summaryrefslogtreecommitdiff
path: root/misc/dotfiles/ssh
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-04-19 22:16:49 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-04-19 22:16:49 +0100
commit845f69638e7a719fe611eb8c3aa067f3c8d5a217 (patch)
tree1a63edcd2b23f99626d1d9940389507ec02a997b /misc/dotfiles/ssh
parent84bdaf7722cd52a17828ffee0cf224295c6e0d70 (diff)
downloadinfra-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/ssh')
-rw-r--r--misc/dotfiles/ssh/config.j25
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