Fix ssh config
This commit is contained in:
parent
21f9c31a74
commit
fd6530ac3c
3 changed files with 1342 additions and 9 deletions
6
templates/firefox.sources.j2
Normal file
6
templates/firefox.sources.j2
Normal file
|
@ -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 }}
|
1324
templates/org.freedesktop.NetworkManager.policy.j2
Normal file
1324
templates/org.freedesktop.NetworkManager.policy.j2
Normal file
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…
Add table
Reference in a new issue