OpenSSH 2.3.0p1


Passwortfreie Kommunikation zwischen OpenSSH und ssh2


Protokoll Version 2 muss bei OpenSSH explizit aktiviert werden

OpenSSH ist Server:
DSA host key etc/ssh_host_key2 muss existieren
in etc/sshd_config
Protocol 2,1 # Server bevorzugt Protokoll Version 2
OpenSSH ist Client:
ssh -o 'Protocol 2,1' oder
in etc/ssh_config
Protocol 2,1 # Client bevorzugt Protokoll Version 2

Problem: Format der public key Dateien sind unterschiedlich

OpenSSH ist Server:
public key der ssh2 muss in OpenSSH-key-format umgewandelt werden, und in $HOME/.ssh/authorized_keys2 abgelegt werden:
OpenSSH ist Client:
Aus private key der OpenSSH muss public key im ssh2-Format erstellt werden und auf dem ssh2-Server unter $HOME/.ssh2/authorization abgelegt werden:

back next
Ulrike Nitzsche
6. Februar 2001