Hello ;)
i'm trying to use ssh between 2 pcs, one is openSUSE 13.1, the 2d one is windows 8.
So far i can't reach the windows pc from linux .
WHat shall i use for ssh in windows ? i tried the following : freesshd, putty, mobaxterm.
Where are the configuration files in windows ? I need to copy the public key in each machine but so far i can't : permission is denied for the user i just created for test purpose in windows :sarcastic:
Thanks ;)
i'm trying to use ssh between 2 pcs, one is openSUSE 13.1, the 2d one is windows 8.
So far i can't reach the windows pc from linux .
WHat shall i use for ssh in windows ? i tried the following : freesshd, putty, mobaxterm.
Where are the configuration files in windows ? I need to copy the public key in each machine but so far i can't : permission is denied for the user i just created for test purpose in windows :sarcastic:
Thanks ;)
Code:
# ssh-copy-id -i ~/.ssh/id_rsa.pub fabrice@192.168.0.10
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
Enter passphrase for key '/root/.ssh/id_rsa':
Enter passphrase for key '/root/.ssh/id_rsa':
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
Enter passphrase for key '/root/.ssh/id_rsa':
fabrice@192.168.0.10's password:
Permission denied, please try again.
fabrice@192.168.0.10's password:
Permission denied, please try again.
fabrice@192.168.0.10's password:
Received disconnect from 192.168.0.10: 2: Too many attempts.
linux-opensuse131:~ # scp .ssh/id_rsa.pub fabrice@192.168.0.10:.ssh/authorized_keys
Enter passphrase for key '/root/.ssh/id_rsa':
fabrice@192.168.0.10's password:
Permission denied, please try again.
fabrice@192.168.0.10's password:
Permission denied, please try again.
fabrice@192.168.0.10's password:
Received disconnect from 192.168.0.10: 2: Too many attempts.
lost connection