[SOLVED] SSH - string too long
by kzo81 from LinuxQuestions.org on (#6H5QS)
Hi Folks,
this what I did:
Code:ssh-keygen -t dsa -b 1024 -f key
ssh-copy-id -i key.pub -p $port $user@$ipCode:rsync --remove-source-files -azve ssh -p $port -i key /media/sd/ $user@$ip:$dstThis is the error message:
Code:ssh: Exited: String too longDo you have any idea? I tried it with RSA, same error... The same works on my debian laptop bu not in the device
this what I did:
Code:ssh-keygen -t dsa -b 1024 -f key
ssh-copy-id -i key.pub -p $port $user@$ipCode:rsync --remove-source-files -azve ssh -p $port -i key /media/sd/ $user@$ip:$dstThis is the error message:
Code:ssh: Exited: String too longDo you have any idea? I tried it with RSA, same error... The same works on my debian laptop bu not in the device