
SshLogin
Auf dem Client mit
ssh-keygen -t rsa
einen Schlüssel erzeugen, und mit
ssh-copy-id -i .ssh/id_rsa.pub user@host
kopieren. Danach sollte es ohne PW gehen.
in die .ssh/config
Host 192.168.1.10
KexAlgorithms +diffie-hellman-group1-sha1
Ciphers +aes128-cbc
Host 192.168.1.90
KexAlgorithms +diffie-hellman-group1-sha1
HostKeyAlgorithms=+ssh-dss
Ciphers +aes128-cbc
Host * HostKeyAlgorithms +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa