无法在本地设置ssh

时间:2015-12-07 14:55:40

标签: linux ubuntu ssh bitbucket

我已尝试设置ssh密钥。按照bitbucket和ubuntu.com上的说明进行操作。

sudo apt-get install openssh-client
sudo apt-get install openssh-server
ssh-keygen -t rsa

但是,当我尝试检查它时,安装好了进入。

ssh -v

我收到回复。

ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
       [-D [bind_address:]port] [-E log_file] [-e escape_char]
       [-F configfile] [-I pkcs11] [-i identity_file]
       [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]
       [-O ctl_cmd] [-o option] [-p port]
       [-Q cipher | cipher-auth | mac | kex | key]
       [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]
       [-w local_tun[:remote_tun]] [user@]hostname [command]

但根据Bitbucket的说法,第一行应该是版本细节。

$ ssh -v 
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
           [-D [bind_address:]port] [-e escape_char] [-F configfile] etc etc...

它还说明了

  

如果安装了ssh,终端将返回版本信息。

我在这里缺少什么吗?我在Macbook上运行Ubuntu 14.04。

感谢。

2 个答案:

答案 0 :(得分:2)

我认为:

ssh -v是:

  

-v详细模式。导致ssh打印调试消息   它的                进展。这有助于调试连接,认证 -                和配置问题。多个-v选项增加                冗长。最大值为3。

和ssh -V:

  

-V显示版本号并退出。

答案 1 :(得分:2)

小v表示冗长;大V是版本

ssh -V