diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-04-19 22:16:49 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-04-19 22:16:49 +0100 |
commit | 845f69638e7a719fe611eb8c3aa067f3c8d5a217 (patch) | |
tree | 1a63edcd2b23f99626d1d9940389507ec02a997b /misc/dotfiles | |
parent | 84bdaf7722cd52a17828ffee0cf224295c6e0d70 (diff) | |
download | infra-845f69638e7a719fe611eb8c3aa067f3c8d5a217.tar.gz infra-845f69638e7a719fe611eb8c3aa067f3c8d5a217.tar.bz2 infra-845f69638e7a719fe611eb8c3aa067f3c8d5a217.zip |
Remove user from ssh config as d is default user
Diffstat (limited to 'misc/dotfiles')
-rw-r--r-- | misc/dotfiles/ssh/config.j2 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/dotfiles/ssh/config.j2 b/misc/dotfiles/ssh/config.j2 index af85502..0872a40 100644 --- a/misc/dotfiles/ssh/config.j2 +++ b/misc/dotfiles/ssh/config.j2 @@ -7,26 +7,21 @@ Host * Host gate Hostname gate.ilvokhin.com - User d ForwardAgent yes Host sun Hostname sun.ilvokhin.com - User d Host mail Hostname mail.ilvokhin.com - User d # Moscow machines behind NAT. Host water ProxyJump gate Hostname 10.9.8.2 - User d ForwardAgent yes Host flame ProxyJump gate Hostname 10.9.9.2 - User d ForwardAgent yes |