diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-01-22 22:53:11 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-01-23 22:03:51 +0000 |
commit | 8a8ee29e4fb91ec9e100b6f1636cab8ea649ef94 (patch) | |
tree | ffe4e83773bcc06389d742e12d7d11657a630d87 | |
parent | 80d5d36b004d59e2e0a455fa08303eb5e84b175a (diff) | |
download | infra-8a8ee29e4fb91ec9e100b6f1636cab8ea649ef94.tar.gz infra-8a8ee29e4fb91ec9e100b6f1636cab8ea649ef94.tar.bz2 infra-8a8ee29e4fb91ec9e100b6f1636cab8ea649ef94.zip |
Explicitly specify user in ssh config
I don't have same user on every system, so this change makes it portable
across all of them and doesn't cost much in terms of maintenance.
-rw-r--r-- | misc/dotfiles/ssh/config.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/dotfiles/ssh/config.j2 b/misc/dotfiles/ssh/config.j2 index aa11c43..f0c6c74 100644 --- a/misc/dotfiles/ssh/config.j2 +++ b/misc/dotfiles/ssh/config.j2 @@ -7,6 +7,7 @@ Host * Host shell gate sun mail Hostname %h.ilvokhin.com + User d ForwardAgent yes # Moscow machines behind NAT. |