tôi có một ssh
config
mà tôi đã sử dụng trong nhiều tháng. cấu hình được thiết lập như thế này:
Host <hostname>
Hostname <ip address in config>
User <username>
Identityfile /Users/<username>/.ssh/id_rsa
ForwardAgent
Và nó luôn luôn hoạt động chỉ bằng cách làm ssh <hostname>
. Đột nhiên, nó hết thời gian hôm nay với đầu ra dài dòng này:
ssh -vv <hostname>
OpenSSH_7.3p1, LibreSSL 2.4.1
debug1: Reading configuration data /Users/usernamei/.ssh/config
debug1: /Users/usernamei/.ssh/config line 10: Applying options for *
debug1: /Users/usernamei/.ssh/config line 56: Applying options for <hostname>
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug2: resolving "<ip address>" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to <ip address> [<ip address>] port 22.
debug1: connect to address <ip address> port 22: Connection refused
ssh: connect to host <ip address> port 22: Connection refused
tôi đang trên một macOSX
. Tôi thậm chí không thể ping địa chỉ trong cấu hình của mình:
ping <ip address in config>
... lệnh trên hết thời gian ....
Tôi không thể tìm ra bất cứ điều gì sai với những gì tôi đang làm. Ai đó có thể vui lòng giúp tôi? Điều gì có thể là nguyên nhân có thể?