如何使用用户名/主机名和密码将其SSH到远程ubuntu笔记本电脑?

时间:2018-11-15 05:05:59

标签: ssh

我正在使用ssh username@hostname命令从本地ubuntu笔记本电脑SSH到远程ubuntu主机。这似乎不起作用。当我在其上详细运行时,还会显示错误的IP地址

local@penguin:~$ ssh -v remote@penguin
OpenSSH_7.6p1 Ubuntu-4, OpenSSL 1.0.2n  7 Dec 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to penguin [192.168.0.1] port 22.

1 个答案:

答案 0 :(得分:1)

您需要连接到外部IP,所以ssh命令类似于以下内容:

$ ssh remote@www.penguin.com

$ ssh remote@54.23.45.22