최근에 시스템에 Fedora를 설치했습니다. 하지만 원격 컴퓨터에서 SSH 로그인에 몇 가지 문제가 있습니다.
시스템에 로그인할 수 있지만 매번 시스템 내에서 GUI를 사용하여 로그인하라는 메시지가 표시됩니다. 따라서 시스템을 재부팅하면 재부팅 후 시스템에 들어가서 GUI 로그인에 비밀번호를 입력할 때까지 로그인할 수 없습니다.
여기에서 내 시스템에서 시스템 연결 확인란이 비활성화되어 있음을 확인했습니다. 그렇다면 내 시스템에서 이 옵션이 비활성화된 이유는 무엇입니까?
어떤 도움이나 조언이라도 대단히 감사하겠습니다.
편집 1:
1) 예 sshd는 두 시스템 모두에서 실행됩니다.
2) 이것은 `ssh -v login@machine' 명령의 출력입니다.
[root@localhost src]# ssh -v [email protected]
OpenSSH_5.6p1, OpenSSL 1.0.0j-fips 10 May 2012
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.1.100 [192.168.1.100] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.6
debug1: match: OpenSSH_5.6 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.6
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '192.168.1.100' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:23
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Next authentication method: password
[email protected]'s password:
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
Permission denied, please try again.
답변1
당신은 설정해야SSH 공개 키 인증비밀번호를 항상 입력하고 싶지 않은 경우.
참고로,안 돼요루트를 개인 계정으로 사용하세요. 이것은 조만간 당신을 물게 될 끔찍한 습관입니다. 루트로 로그인을 시도하면 대부분의 sshd 제정신 구성에서는 이를 허용하지 않습니다. 이는 올바른 동작입니다.
답변2
루트가 아닌 다른 사용자를 사용해 보셨나요? 최신 Fedora에는 루트에 대한 제한이 있습니다. 다음에서 변경할 수 있습니다: /etc/ssh/ssh_config