Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • Can you telnet/netcat to that host on port 22? Does ssh work if you use the IP? Does ssh -vvv $(hostname) output anything additional relating to the failure?
    – MaQleod
    Commented Jan 16, 2017 at 20:45
  • @MaQleod Updated OP Commented Jan 16, 2017 at 20:50
  • What is in /Users/boesc**/.ssh/config and /etc/ssh/ssh_config ?
    – Jakuje
    Commented Jan 16, 2017 at 21:09
  • @Jakuje Ah yea thanks, we have proxies in .ssh/config . Please make an answer and I will award. Actually .. no .. I renamed .ssh/config and still same behavior. And likewise for /etc/ssh/ssh_config Commented Jan 16, 2017 at 21:13
  • Give it a try with ssh -vvv -F /dev/null $(hostname).
    – Jakuje
    Commented Jan 16, 2017 at 21:53