Gnome에서 GUI 비밀번호 프롬프트를 비활성화하는 방법

Gnome에서 GUI 비밀번호 프롬프트를 비활성화하는 방법

Xubuntu에서 Debian으로 마이그레이션하고 id_rsa 및 id_rsa.pub를 ./ssh/에 복사했습니다.

비밀번호로 보호된 인증서를 사용하여 원격 서버에 로그인하고 있습니다. 내 비밀번호에는 화살표가 포함되어 있습니다. "Mike"와 같은 이름을 입력하고 왼쪽 화살표를 두 번 누른 다음 "Smith"를 누릅니다.

Xubuntu에서는 비밀번호 프롬프트가 터미널에서 나오지만 Gnome에서는 비밀번호 프롬프트가 팝업 창에서 나옵니다.

Debian/Gnome에서 화살표와 키 코드("Mike^[[D^[[DSmith"))를 사용해 보았으나 인증서 잠금을 해제할 수 없었습니다.

컴퓨터의 명령줄(복구 모드 사용)에 직접 로그인하면 문제 없이 원격 서버에 로그인할 수 있습니다.

비밀번호에 화살표가 포함된 경우 Gnome 인증서를 잠금 해제하는 방법은 무엇입니까?

$ ssh -v [email protected]
OpenSSH_6.0p1 Debian-4+deb7u2, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to example.com [1.2.3.4] 
debug1: Connection established.
debug1: identity file /home/mike/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/mike/.ssh/id_rsa-cert type -1
debug1: identity file /home/mike/.ssh/id_dsa type -1
debug1: identity file /home/mike/.ssh/id_dsa-cert type -1
debug1: identity file /home/mike/.ssh/id_ecdsa type -1
debug1: identity file /home/mike/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debian-5ubuntu1.4
debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1.4 pat OpenSSH_5*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-4+deb7u2
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: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA (removed)
debug1: Host '[example.com]' is known and matches the ECDSA host key.
debug1: Found key in /home/mike/.ssh/known_hosts:1
debug1: ssh_ecdsa_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,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/mike/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
Agent admitted failure to sign using the key.
debug1: Trying private key: /home/mike/.ssh/id_dsa
debug1: Trying private key: /home/mike/.ssh/id_ecdsa
debug1: Next authentication method: password


~/.ssh$ ls -all
total 20
drwx------  2 mike mike 4096 Dec 28 10:18 .
drwxr-xr-x 27 mike mike 4096 Dec 28 10:18 ..
-rw-------  1 mike mike 1766 Aug  9  2012 id_rsa
-rw-r--r--  1 mike mike  391 Aug  9  2012 id_rsa.pub
-rw-r--r--  1 mike mike  444 Dec 28 10:18 known_hosts

답변1

문제는 암호 문구의 화살표와 관련이 없습니다. Gnome SSH 키 에이전트입니다. 시작 응용 프로그램에서 비활성화했으며 이제 인증서를 다시 사용할 수 있습니다.

관련 정보