Am Mittwoch, den 11.10.2006, 10:52 +0200 schrieb Emanuel Goscinski: Hallo Emanuel
Hab das mal bei mir schnell nachvollzogen $ ssh-keygen -b 2048 -t dsa $ ssh-copy-id -i .ssh/id_dsa.pub user@zielhost
Was sagt ssh -v hans@remote-host?
Folgendes: emu@emu-desktop:~$ ssh -v emu@emus-notebook OpenSSH_4.2p1 Debian-7ubuntu3.1, OpenSSL 0.9.8a 11 Oct 2005 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to emus-notebook [172.127.0.2] port 22. debug1: Connection established. debug1: identity file /home/emu/.ssh/identity type -1 debug1: identity file /home/emu/.ssh/id_rsa type -1 debug1: identity file /home/emu/.ssh/id_dsa type -1
sieht so aus als fehle der key ^^^^^^
da steht bei mir z.B.: .ssh/id_dsa type 2
Gruß Gerd