小编Kub*_*uba的帖子

ssh is no longer using ~/.ssh/config

I cannot ssh anything I was able to. After a little digging I found out that it's not reading ssh config from my home directory.

$ ssh -xvvv server
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
(...)
Run Code Online (Sandbox Code Playgroud)

When on an identical computer of a friend, where everything works it looks like this:

$ ssh -xvvv server
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/kuba/.ssh/config
(...)
Run Code Online (Sandbox Code Playgroud)

It worked earlier and I am not aware …

ssh

25
推荐指数
2
解决办法
5万
查看次数

标签 统计

ssh ×1