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
|
HostKeyAlgorithms +ssh-rsa
|
||||||
Host hj
|
Host hj
|
||||||
HostName hoppjerka.sunet.se.
|
HostName hoppjerka.sunet.se.
|
||||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||||
AddressFamily inet
|
AddressFamily inet
|
||||||
Port 44322
|
Port 44322
|
||||||
User kano
|
User kano
|
||||||
DynamicForward localhost:9999
|
DynamicForward localhost:9999
|
||||||
|
@ -11,8 +11,8 @@ Host hj
|
||||||
ServerAliveInterval 120
|
ServerAliveInterval 120
|
||||||
Host jh
|
Host jh
|
||||||
HostName joppherka.sunet.se.
|
HostName joppherka.sunet.se.
|
||||||
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
IdentityFile ~/.ssh/id_rsa_yubikey.pub
|
||||||
AddressFamily inet
|
AddressFamily inet
|
||||||
Port 44322
|
Port 44322
|
||||||
User kano
|
User kano
|
||||||
DynamicForward localhost:9999
|
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
|
Host !hoppjerka.sunet.se !joppherka.sunet.se !kano.shell.drive.sunet.se *.sunet.se 89.45.237.39
|
||||||
# jump via shell
|
# jump via shell
|
||||||
User root
|
User root
|
||||||
AddressFamily inet
|
AddressFamily inet
|
||||||
ProxyJump hj
|
ProxyJump hj
|
||||||
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…
Add table
Reference in a new issue