aboutsummaryrefslogtreecommitdiff
path: root/etc/ssh/config.tmpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-19etc/ssh/: Update lawtech's rsync.net accountEuAndreh1-2/+2
2025-06-09etc/ssh/config.tmpl: Enable ssh to suyin without aliasEuAndreh1-1/+1
2025-03-05etc/ssh/: Update aliasesEuAndreh1-2/+3
2024-08-24etc/ssh/config.tmpl: Disable PasswordAuthentication by defaultEuAndreh1-0/+1
2024-08-24etc/ssh/config.tmpl: Add "asami" and commentsEuAndreh1-0/+7
2024-08-24etc/ssh/config.tmpl: Simple reorderEuAndreh1-7/+7
2023-12-13etc/ssh/config.tmpl: Add lawtech aliasEuAndreh1-1/+2
2023-11-27etc/ssh/: Add config for papo.im serverEuAndreh1-0/+3
2023-03-18etc/ssh/config.tmpl: Proper placement of the "Include" directiveEuAndreh1-2/+2
From [0]: > In other words the Include directive must go to the top of the > config file (before the "body" made of Host blocks) [0]: https://superuser.com/questions/1162387/whats-wrong-with-my-openssh-include-directive
2023-03-13etc/ssh/config.tmpl: Add User entry for pilotis.netEuAndreh1-0/+3
2023-03-08etc/ssh/: Add zh3051.rsync.net key and host aliasEuAndreh1-2/+2
2023-03-08etc/ssh/: Add hk-s0s0.rsync.net key and host aliasEuAndreh1-0/+4
2023-02-21etc/ssh/config.tmpl: Inline content from ~/dev/libre/servers/EuAndreh1-2/+11
2022-12-03bin/vm: Ignore known_hosts on SSHing into vmEuAndreh1-3/+0
2022-12-02bin/vm: v2EuAndreh1-1/+1
- support -S flag for toggling snapshot mode; - support -G flag for toggling GUI mode; - dynamically discover available images; - dynamically find available ports to map to 22.
2022-10-31etc/ssh/config: Generate with envsubstEuAndreh1-1/+1
So that the `Include` can also point to a variable.
2022-10-10bin/vm: Add VM management scriptEuAndreh1-0/+1
etc/guix/system.scm: Include myself in the "kvm" group so that the QEMU commands can be given the "--enable-kvm" flag; etc/ssh/config: Include the generated SSH config file
2022-10-08etc/guix/home.scm: Stop generating "etc/ssh/config" fileEuAndreh1-0/+5
OpenSSH support ${ENVVAR} in its config, so there is no need to generated the file to get its value dynamically.