Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I need to configure SSHd on two servers which are working under HPUX v11 to loging to remote system .
----------
After performing all of necessary steps I have the following situation:
1. I'm avalable to connect to one of the server form another without entering the password.
2. I'm unable to connect to one of the server form another without entering the password.
--------------
The following configuration steps were performed:1. /usr/bin/ssh-keygen -t rsa
2. /usr/bin/ssh-keygen -t dsa
3. $ touch ~/.ssh/authorized_keys
$ cd ~/.ssh
$ ls
4. [oracle@node1 .ssh]$ ssh hpit1.test.org cat /home/oracle/.ssh/id_rsa.pub >> authorized_keys
oracle@node1's password:
[oracle@node1 .ssh]$ ssh hpit1.test.org cat /home/oracle/.ssh/id_dsa.pub >> authorized_keys
[oracle@node1 .ssh$ ssh hpux2.test.org cat /home/oracle/.ssh/id_rsa.pub >> authorized_keys
oracle@node2's password:
[oracle@node1 .ssh$ ssh hpux2.test.org cat /home/oracle/.ssh/id_dsa.pub >>authorized_keys
oracle@node2's password:5. scp authorized_keys hpux2.test.org:/home/oracle/.ssh/
6.chmod 600 ~/.ssh/authorized_keys on all of the nodes
7. $ exec /usr/bin/ssh-agent $SHELL
$ /usr/bin/ssh-addon all of the nodes...
Where I was wrong?

![]() |
crontab problem
|
Handling // character wit...
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |