I am usng ubuntu 10.04
I have installed on both computers
sudo apt-get install ssh
I have the problem I want to connect from comp1 to comp2.
I crate my rsa.
comp1@laptop$ ssh-keygen -b1024 -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/comp1/.ssh/id_rsa):
Enter passphrase (empty for no passphrase): testingtesting
Enter same passphrase again: testingtesting
Your identification has been saved in /home/comp1/.ssh/id_rsa.
Your public key has been saved in /home/comp1/.ssh/id_rsa.pub.
The key fingerprint is:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx comp1@laptop
The key's randomart image is:
I have root pass for comp2 as 2xx3xx
I have root pass for comp1 as 3xx2xx
comp1@laptop -l user1@ipno
user1@ipno's password: 2xx3xx
Permission denied, please try again.
comp1@laptop's password: testingtesting
Permission denied, please try again.
comp1@laptop's password: 3xx2xx
So i do as follow a sugestion that said use root.
It gave the same answer
root@laptop -l user1@ipno
root@ipno's password: 2xx3xx
Permission denied, please try again.
root@ipno's password: testingtesting
Permission denied, please try again.
root@ipno's password: 3xx2xx
Please help, please help