Tuesday, November 20, 2012

To avoid the ssh login prompt delay

Create a file  named 'config' in .ssh/ with contents 'GSSAPIAuthentication=no'
ie
cat ~joseph/.ssh/config
GSSAPIAuthentication=no

No comments: