Fix ssh config

main
Micke Nordin 1 year 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

@ -26,3 +26,6 @@ Host !hoppjerka.sunet.se !joppherka.sunet.se !kano.shell.drive.sunet.se *.sunet.
IdentityFile ~/.ssh/id_rsa_yubikey.pub IdentityFile ~/.ssh/id_rsa_yubikey.pub
IdentitiesOnly yes IdentitiesOnly yes
GSSAPIAuthentication no GSSAPIAuthentication no
Host kano.shell.drive.sunet.se
ProxyJump hj
User micke

Loading…
Cancel
Save