Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Resolve a ssh public key connectivity issue' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Resolve a ssh public key connectivity issue
Authored by: AlwaysLearning on Aug 06, '14 05:13:45AM

There's no /var/log/secure.log on OS X 10.9.4 (at least on the standard desktop install). You can see some useful output from sshd on the HOST machine, though, by running:

tail -n 200 -f /var/log/system.log | grep sshd



[ Reply to This | # ]