DUNE / FAQ

Frequently asked questions for DUNE computing
Apache License 2.0
0 stars 0 forks source link

osx ssh config to talk to Fermilab #23

Open hschellman opened 1 year ago

hschellman commented 1 year ago

macOS has a bad habit of messing with your ssh configuration. As of 8/23, this setup should allow you to ssh/scp

edit ~/.ssh/config to contain:


GSSAPIAuthentication yes
GSSAPIDelegateCredentials yes
ServerAliveInterval 30
ServerAliveCountMax 5
TCPKeepAlive yes
ForwardX11Trusted yes
ForwardX11 yes```

likely we'll need to keep updating.