ssh .pub 키를 사용하여 remmina에 로그인하려고 합니다. 하지만 연결하려고 하면 ssh 개인 키 암호를 묻는 메시지가 나타납니다.
내가 뭘 잘못하고 있는지 모르겠지만 여기에 디버그 로그가 있습니다.
[SSH] ssh_config_parse_line: Unsupported option: SendEnv, line: 53
[SSH] ssh_config_parse_line: Unsupported option: HashKnownHosts, line: 54
[SSH] ssh_config_parse_line: Unsupported option: GSSAPIAuthentication, line: 55
[SSH] socket_callback_connected: Socket connection callback: 1 (0)
[SSH] ssh_client_connection_callback: SSH server banner: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
[SSH] ssh_analyze_banner: Analyzing banner: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
[SSH] ssh_analyze_banner: We are talking to an OpenSSH client version: 7.2 (70200)
[SSH] ssh_packet_userauth_failure: Access denied. Authentication that can continue: publickey
[SSH] ssh_agent_get_ident_count: Answer type: 12, expected answer: 12
[SSH] ssh_packet_userauth_failure: Access denied. Authentication that can continue: publickey
[SSH] ssh_packet_userauth_failure: Access denied. Authentication that can continue: publickey
[SSH] ssh_pki_import_pubkey_file: Error opening /home/Workstation/.ssh/id_ed25519.pub: No such file or directory
[SSH] ssh_pki_import_privkey_file: Error opening /home/Workstation/.ssh/id_ed25519: No such file or directory
[SSH] ssh_pki_import_pubkey_file: Error opening /home/Workstation/.ssh/id_ecdsa.pub: No such file or directory
[SSH] ssh_pki_import_privkey_file: Error opening /home/Workstation/.ssh/id_ecdsa: No such file or directory
[SSH] ssh_packet_userauth_failure: Access denied. Authentication that can continue: publickey
[SSH] ssh_packet_userauth_failure: Access denied. Authentication that can continue: publickey
[SSH] ssh_pki_import_pubkey_file: Error opening /home/Workstation/.ssh/identity.pub: No such file or directory
[SSH] ssh_pki_import_privkey_file: Error opening /home/Workstation/.ssh/identity: No such file or directory
공개 키를 사용하여 remmina에서 ssh를 통해 연결하도록 도와줄 수 있는 사람이 있나요?
답변1
키를 굴리면 암호로 해당 비트를 보호할 수 있는 옵션이 제공됩니다. 원할 경우 로컬 비밀번호 에이전트가 잠금을 해제할 수 있습니다.
키를 다시 롤링하고 이번에는 빈 비밀번호를 사용할 수 있습니다. 또한 새 키에 대해 서버에 알려야 합니다.