![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| g++ and the -R option | eternalflame | High Level Programming | 0 | 04-14-2008 10:57 AM |
| option followed by : taking next option if argument missing with getopts | gurukottur | Shell Programming and Scripting | 2 | 03-17-2008 09:46 AM |
| Print Problem in UNIX. Need to know the option to specify the print paper size | ukarthik | HP-UX | 1 | 06-07-2007 06:35 AM |
| cp - no to all option? | td_kuoj3 | UNIX for Dummies Questions & Answers | 6 | 08-18-2006 12:57 PM |
| su option | lesstjm | UNIX for Advanced & Expert Users | 1 | 11-02-2005 10:54 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
problem in ssh with -i option
Hi All,
I want to ssh to a remote terminal i did the following steps 1. On the client run the following commands: 2. $ mkdir -p $HOME/.ssh 3. $ chmod 0700 $HOME/.ssh 4. $ ssh-keygen -t dsa -f $HOME/.ssh/id_dsa -P '' and then tried the following $ ssh -i $HOME/.ssh/id_dsa server its not working. I dont know what might be the problem... Just few days back it was working perfectly. Thanks & Regards Gauri |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
since you had made use of -i option in ssh (i - identity file)
specify the path of the identity file which contains the private key for RSA authentication ssh -i $HOME/.ssh/identity |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|