At 192.168.0.10, I made "~/.ssh/7bckup-cv1" and sent to 192.168..2 as "authorized_keys".
After checking connection two boxes with this key, I wrote ~/.ssh/config with "chmod 600" as follows;
Quote:
host 192.168.0.10
hostname mybox
user 7backup
port 8022
identityfile ~/.ssh/7bckup-cv1
compression yes
protocol 2
|
And sshcommand as this:
And I got;
Quote:
[root:maestro:~/.ssh]# ssh 192.168.0.10
ssh: mybox: Name or service not known
|
Any comment would be appreciated.