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
|
@ -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…
Add table
Reference in a new issue