diff options
author | EuAndreh <eu@euandre.org> | 2023-12-13 03:54:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-12-13 03:54:08 -0300 |
commit | 9c930c201863cc5d86fd0d8cd70ec1824dc6d968 (patch) | |
tree | fc7941fc5874e29dc93ac0f12db8d525656b7687 | |
parent | etc/guix/system.scm: Enable core dumps by default (diff) | |
download | dotfiles-9c930c201863cc5d86fd0d8cd70ec1824dc6d968.tar.gz dotfiles-9c930c201863cc5d86fd0d8cd70ec1824dc6d968.tar.xz |
etc/ssh/config.tmpl: Add lawtech alias
-rw-r--r-- | etc/ssh/config.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/ssh/config.tmpl b/etc/ssh/config.tmpl index 44e0933..7c12533 100644 --- a/etc/ssh/config.tmpl +++ b/etc/ssh/config.tmpl @@ -7,7 +7,8 @@ Host * ControlPath ${XDG_STATE_HOME}/ssh/conn/%r@%h:%p ControlPersist 1h -Host pilotis.net +Host pilotis.net lawtech + HostName pilotis.net User andre Host papo.im |