SSH-Verbindung auf Remmina mit öffentlichem AWS-Schlüssel

SSH-Verbindung auf Remmina mit öffentlichem AWS-Schlüssel

Ich versuche, mich mit dem SSH-.pub-Schlüssel bei Remmina anzumelden. Beim Verbindungsversuch werde ich jedoch nach der Passphrase für den privaten SSH-Schlüssel gefragt.

Bildbeschreibung hier eingeben

Ich weiß nicht, was ich falsch mache, aber hier ist ein Debug-Protokoll.

[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

Kann mir jemand helfen, mit einem öffentlichen Schlüssel eine SSH-Verbindung zu Remmina herzustellen?

Antwort1

Beim Erstellen des Schlüssels hatten Sie die Möglichkeit, diese Bits mit einer Passphrase zu schützen. Ein lokaler Passwortagent könnte diese auf Wunsch für Sie entsperren.

Möglicherweise möchten Sie Ihren Schlüssel neu rollen und dieses Mal das leere Passwort verwenden. Sie müssten den Server auch über Ihren neuen Schlüssel informieren.

verwandte Informationen