aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-24 08:30:58 -0300
committerEuAndreh <eu@euandre.org>2024-08-24 08:33:26 -0300
commit19115d9322d7b810b252f4eb3cccde52b25467e8 (patch)
tree5138ed6cf6447f240a708f776b60961e6c835408
parentetc/git/config: advice.forceDeleteBranch = false (diff)
downloaddotfiles-19115d9322d7b810b252f4eb3cccde52b25467e8.tar.gz
dotfiles-19115d9322d7b810b252f4eb3cccde52b25467e8.tar.xz
etc/ssh/config.tmpl: Simple reorder
-rw-r--r--etc/ssh/config.tmpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl
index 7c12533..d718279 100644
--- a/etc/ssh/config.tmpl
+++ b/etc/ssh/config.tmpl
@@ -7,17 +7,17 @@ Host *
ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p
ControlPersist 1h
-Host pilotis.net lawtech
- HostName pilotis.net
- User andre
-
-Host papo.im
- User andre
-
Host suyin
HostName zh3051.rsync.net
User zh3051
+Host pilotis.net lawtech
+ HostName pilotis.net
+ User andre
+
Host zhu-li
HostName hk-s020.rsync.net
User 20931
+
+Host papo.im
+ User andre