update SSH config
This commit is contained in:
parent
3b271ae7e4
commit
30a9c3419b
1 changed files with 32 additions and 7 deletions
|
@ -1,7 +1,36 @@
|
|||
CanonicalizeHostname yes
|
||||
CanonicalDomains home.0l.de int.0l.de 0l.de rwth-aachen.de eonerc.rwth-aachen.de acs-lab.eonerc.rwth-aachen.de
|
||||
CanonicalizeMaxDots 1
|
||||
CanonicalDomains home.0l.de eonerc.rwth-aachen.de acs-lab.eonerc.rwth-aachen.de os-cloud.eonerc.rwth-aachen.de
|
||||
|
||||
# PKCS11Provider /usr/lib/ssh-keychain.dylib
|
||||
VerifyHostKeyDNS yes
|
||||
|
||||
User stv0g
|
||||
|
||||
#
|
||||
# Private
|
||||
#
|
||||
|
||||
Host *.0l.de
|
||||
ForwardAgent yes
|
||||
|
||||
# ControlPath ~/.ssh/controlmasters/%r@%h:%p
|
||||
# ControlMaster auto
|
||||
# ControlPersist 10m
|
||||
|
||||
# RemoteForward /run/user/0/gnupg/S.gpg-agent /Users/stv0g_local/.gnupg/S.gpg-agent.extra
|
||||
RemoteForward /run/user/0/gnupg/S.gpg-agent /Users/stv0g_local/.gnupg/S.gpg-agent
|
||||
|
||||
Host rpi.home.0l.de
|
||||
User root
|
||||
|
||||
Host kub*.0l.de
|
||||
User root
|
||||
|
||||
Host rck.home.0l.de
|
||||
User rock64
|
||||
|
||||
Host vog.int.0l.de
|
||||
User pi
|
||||
|
||||
# Uni
|
||||
Host *.rwth-aachen.de
|
||||
|
@ -14,6 +43,7 @@ Host *.k8s.jupyter.rwth-aachen.de
|
|||
User jupyter
|
||||
|
||||
# ACS
|
||||
|
||||
# Autocompletion
|
||||
Host zerberus.acs-lab.eonerc.rwth-aachen.de
|
||||
Host zebra.acs-lab.eonerc.rwth-aachen.de
|
||||
|
@ -71,11 +101,6 @@ Host acs-fedora-svg-2
|
|||
User svg
|
||||
HostName 134.130.169.13
|
||||
|
||||
Host inl-villas
|
||||
User root
|
||||
HostName 141.221.118.93
|
||||
ProxyJump acs-villas
|
||||
|
||||
Host *.fein-aachen.org
|
||||
ForwardAgent yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue