cpanel 서버에 입장하고 싶지만 할 수 없습니다. 이것이 내가 한 일입니다. cpanel에서 내 서버의 로그인 페이지로 이동하여 들어갔습니다.
보안-> SSH 액세스-> SSH 키 관리-> 새 키 생성-> 뒤로-> 공개 키-> 관리-> 권한 부여-> 뒤로
그 후 :
개인 키를 다운로드하고 .ssh (내 로컬 컴퓨터) 디렉토리에 복사하고 마침내이 명령을 사용하려고했습니다.
ssh <usernameserver>@<serverip>
그러나 ... 나는 ssh -vvv
이것을 사용하여 거부 연결을 얻습니다.
penSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "<ipserver>" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to <ipserver> [<ipserver>] port 22.
debug1: Connection established.
debug1: identity file /home/<userlocalmachine>/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/<userlocalmachine>/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/<userlocalmachine>/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/<userlocalmachine>/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/<userlocalmachine>/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/<userlocalmachine>/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/<userlocalmachine>/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/<userlocalmachine>/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4
ssh_exchange_identification: read: Connection reset by peer
내가 뭘 잘못 했어?
내 OS는 우분투 16.04입니다
공개 키가 아닌 개인 키를 다운로드했다고 말했습니까? 로컬 컴퓨터에 개인 키가 필요합니다.
—
tanner
@TannerFilip 아니오, 죄송합니다. 귀하의 권리를 편집했습니다. 로컬 컴퓨터에 개인 키가 있습니다
—
ILoveTheDoggos