Ubuntu 11.10 默认已安装ssh客户端,在命令行输入ssh,打印如下:
$ ssh
usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]
[-D [bind_address:]port] [-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]
[-R [bind_address:]port:host:hostport] [-S ctl_path]
[-W host:port] [-w local_tun[:remote_tun]]
[user@]hostname [command]
使用:在命令行输入:ssh username@192.168.5.188回车,然后输入密码就可以登录192.168.5.188这个服务器了。
声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。