我正在使用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.
答案 0 :(得分:1)
您需要连接到外部IP,所以ssh命令类似于以下内容:
$ ssh remote@www.penguin.com
或
$ ssh remote@54.23.45.22