centos7에서 ssh를 통해 eht0을 다시 시작합니다.

centos7에서 ssh를 통해 eht0을 다시 시작합니다.

SSH를 통해 Centos7 서버에 연결할 수 있습니다.

ssh [email protected]

Elasticsearch를 설치하고 구성하려고 합니다. 이 작업을 수행하는 동안 다음 명령을 사용하여 eth0을 중지했습니다.

ifdown eth0

SSH를 통해 eth0을 다시 시작하려고 하는데 성공하지 못했습니다.

물론 이런 명령어를 입력하면

ssh -vvv -p 22 [email protected]

나는 다음과 같은 결과를 얻습니다.

ssh: connect to host xx.xxx.xx.xxx port 22: Operation timed out

포트 21을 통해 연결한 결과는 다음과 같습니다.

OpenSSH_8.1p1, LibreSSL 2.7.3
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 47: Applying options for *
debug2: resolve_canonicalize: hostname xx.xxx.xx.xxx is address
debug2: ssh_connect_direct
debug1: Connecting to xx.xxx.xx.xxx [xx.xxx.xx.xxx] port 21.
debug1: Connection established.
debug1: identity file /Users/davide/.ssh/id_rsa type 0
debug1: identity file /Users/davide/.ssh/id_rsa-cert type -1
debug1: identity file /Users/davide/.ssh/id_dsa type -1
debug1: identity file /Users/davide/.ssh/id_dsa-cert type -1
debug1: identity file /Users/davide/.ssh/id_ecdsa type -1
debug1: identity file /Users/davide/.ssh/id_ecdsa-cert type -1
debug1: identity file /Users/davide/.ssh/id_ed25519 type -1
debug1: identity file /Users/davide/.ssh/id_ed25519-cert type -1
debug1: identity file /Users/davide/.ssh/id_xmss type -1
debug1: identity file /Users/davide/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.1
kex_exchange_identification: Connection closed by remote host

저는 Linux 터미널을 처음 사용합니다. 제안 사항이 있습니까?

관련 정보