ssh/config: Add home and more hosts. IgnoreUnknown for gssapi disabled

This commit is contained in:
kuben
2019-12-18 17:31:43 +01:00
parent e8420af927
commit 73b7a7561a

View File

@@ -1,21 +1,45 @@
# Hosts we want to authenticate to with Kerberos
Host *.kth.se *.kth.se.
# User authentication based on GSSAPI is allowed
GSSAPIAuthentication yes
# Key exchange based on GSSAPI may be used for server authentication
GSSAPIKeyExchange yes
# Hosts to which we want to delegate credentials. Try to limit this to
# hosts you trust, and were you really have use for forwarded tickets.
Host *.csc.kth.se *.csc.kth.se. *.nada.kth.se *.nada.kth.se. *.pdc.kth.se *.pdc.kth.se.
# Forward (delegate) credentials (tickets) to the server.
GSSAPIDelegateCredentials yes
# Prefer GSSAPI key exchange
PreferredAuthentications gssapi-keyex,gssapi-with-mic
# If ssh does not have gssapi enabled:
IgnoreUnknown GSSAPIKeyExchange
Host home
HostName isabeljake.olf.sgsnet.se
User kuba
Port 9216
ForwardX11Trusted yes
Host dali
HostName geym.fy.chalmers.se
User jakub
Port 22209
ForwardX11Trusted yes
Host kubaServer
HostName 192.168.0.102
User pi
Port 22
ForwardX11Trusted yes
Host remote11
HostName remote11.chalmers.se
User fojt
Port 22
ForwardX11Trusted yes
ControlMaster auto
ControlPersist yes
ControlPath ~/.ssh/socket-%r@%h:%p
Host beskow
Hostname beskow.pdc.kth.se
User fojt
Hostname beskow.pdc.kth.se
User fojt
GSSAPIAuthentication yes
GSSAPIKeyExchange yes
GSSAPIDelegateCredentials yes
PreferredAuthentications gssapi-keyex,gssapi-with-mic
Host tegner
Hostname tegner.pdc.kth.se
User fojt
Hostname tegner.pdc.kth.se
User fojt
GSSAPIAuthentication yes
GSSAPIKeyExchange yes
GSSAPIDelegateCredentials yes
PreferredAuthentications gssapi-keyex,gssapi-with-mic