![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| login password.... | venkatramana | UNIX for Dummies Questions & Answers | 1 | 12-07-2007 09:03 AM |
| Root login password | pmpx | SUN Solaris | 1 | 02-23-2006 03:03 PM |
| login & password | cab | UNIX for Advanced & Expert Users | 8 | 08-01-2003 04:33 PM |
| Password change at login???? | rrivas | UNIX for Dummies Questions & Answers | 4 | 08-12-2002 07:02 PM |
| root login password | subho77 | IP Networking | 4 | 01-31-2002 11:33 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
login ssh without password
There is two server, server A and server B. In server A, I would like to login ssh to server B without typing password. (no need for ssh2)
Therefore, I do the followings: Server A: >cd ~ >mkdir .ssh >ssh-keygen -t dsa -f .ssh/id_dsa Then copy the file id_dsa.pub to Server B Server B: >cd ~ >mkdir .ssh >cat id_dsa.pub >> ~/.ssh/authorized_keys >chmod 640 authorized_keys >rm id_dsa.pub However, in server A, every time I login server B with ssh. It still prompts password. Is there anything else needed to be setup? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|