diff options
author | EuAndreh <eu@euandre.org> | 2023-03-13 07:12:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-13 07:12:00 -0300 |
commit | 68abfcc8345f0f038c3325f3880f314249cc69ef (patch) | |
tree | 6869e051ed96945969b9e91666108ce0e80de4d7 | |
parent | bin/reconfigure: Make it verbose by default via "set -x" (diff) | |
download | dotfiles-68abfcc8345f0f038c3325f3880f314249cc69ef.tar.gz dotfiles-68abfcc8345f0f038c3325f3880f314249cc69ef.tar.xz |
etc/ssh/config.tmpl: Add User entry for pilotis.net
-rw-r--r-- | etc/ssh/config.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index 37dcd39..c811977 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -5,6 +5,9 @@ Host * ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p ControlPersist 1h +Host pilotis.net + User andre + Host suyin HostName zh3051.rsync.net User zh3051 |