Fix ssh config

main
Micke Nordin 6 months ago
parent 21f9c31a74
commit fd6530ac3c

@ -0,0 +1,6 @@
Types: deb
URIs: http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt
Suites: all
Components: main
Architectures: amd64
Signed-By: {{ key_path }}

File diff suppressed because it is too large Load Diff

@ -2,8 +2,8 @@ Host *
HostKeyAlgorithms +ssh-rsa
Host hj
HostName hoppjerka.sunet.se.
IdentityFile ~/.ssh/id_rsa_yubikey.pub
AddressFamily inet
IdentityFile ~/.ssh/id_rsa_yubikey.pub
AddressFamily inet
Port 44322
User kano
DynamicForward localhost:9999
@ -11,8 +11,8 @@ Host hj
ServerAliveInterval 120
Host jh
HostName joppherka.sunet.se.
IdentityFile ~/.ssh/id_rsa_yubikey.pub
AddressFamily inet
IdentityFile ~/.ssh/id_rsa_yubikey.pub
AddressFamily inet
Port 44322
User kano
DynamicForward localhost:9999
@ -21,8 +21,11 @@ Host jh
Host !hoppjerka.sunet.se !joppherka.sunet.se !kano.shell.drive.sunet.se *.sunet.se 89.45.237.39
# jump via shell
User root
AddressFamily inet
ProxyJump hj
IdentityFile ~/.ssh/id_rsa_yubikey.pub
IdentitiesOnly yes
GSSAPIAuthentication no
AddressFamily inet
ProxyJump hj
IdentityFile ~/.ssh/id_rsa_yubikey.pub
IdentitiesOnly yes
GSSAPIAuthentication no
Host kano.shell.drive.sunet.se
ProxyJump hj
User micke

Loading…
Cancel
Save