ssh/config: Add home and more hosts. IgnoreUnknown for gssapi disabled
This commit is contained in:
50
.ssh/config
50
.ssh/config
@@ -1,21 +1,45 @@
|
|||||||
# Hosts we want to authenticate to with Kerberos
|
# If ssh does not have gssapi enabled:
|
||||||
Host *.kth.se *.kth.se.
|
IgnoreUnknown GSSAPIKeyExchange
|
||||||
# User authentication based on GSSAPI is allowed
|
|
||||||
GSSAPIAuthentication yes
|
Host home
|
||||||
# Key exchange based on GSSAPI may be used for server authentication
|
HostName isabeljake.olf.sgsnet.se
|
||||||
GSSAPIKeyExchange yes
|
User kuba
|
||||||
# Hosts to which we want to delegate credentials. Try to limit this to
|
Port 9216
|
||||||
# hosts you trust, and were you really have use for forwarded tickets.
|
ForwardX11Trusted yes
|
||||||
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.
|
Host dali
|
||||||
GSSAPIDelegateCredentials yes
|
HostName geym.fy.chalmers.se
|
||||||
# Prefer GSSAPI key exchange
|
User jakub
|
||||||
PreferredAuthentications gssapi-keyex,gssapi-with-mic
|
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
|
Host beskow
|
||||||
Hostname beskow.pdc.kth.se
|
Hostname beskow.pdc.kth.se
|
||||||
User fojt
|
User fojt
|
||||||
|
GSSAPIAuthentication yes
|
||||||
|
GSSAPIKeyExchange yes
|
||||||
|
GSSAPIDelegateCredentials yes
|
||||||
|
PreferredAuthentications gssapi-keyex,gssapi-with-mic
|
||||||
|
|
||||||
Host tegner
|
Host tegner
|
||||||
Hostname tegner.pdc.kth.se
|
Hostname tegner.pdc.kth.se
|
||||||
User fojt
|
User fojt
|
||||||
|
GSSAPIAuthentication yes
|
||||||
|
GSSAPIKeyExchange yes
|
||||||
|
GSSAPIDelegateCredentials yes
|
||||||
|
PreferredAuthentications gssapi-keyex,gssapi-with-mic
|
||||||
|
|||||||
Reference in New Issue
Block a user