diff options
author | EuAndreh <eu@euandre.org> | 2025-06-09 02:56:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-06-09 02:56:30 -0300 |
commit | c908c22aaa15a397a05011472464916cba79a718 (patch) | |
tree | 7dec814937a322943ab6c28167c712be20705f29 | |
parent | etc/ssh/known_hosts: Add key for ssh.pijul.com (diff) | |
download | dotfiles-c908c22aaa15a397a05011472464916cba79a718.tar.gz dotfiles-c908c22aaa15a397a05011472464916cba79a718.tar.xz |
etc/ssh/config.tmpl: Enable ssh to suyin without alias
-rw-r--r-- | etc/ssh/config.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index 21f404d..199b79c 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -9,7 +9,7 @@ Host * PasswordAuthentication no # personal rsync.net account -Host suyin +Host suyin zh3051.rsync.net HostName zh3051.rsync.net User zh3051 |