Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: net sftp help

by Argel (Prior)
on Mar 17, 2006 at 21:20 UTC ( [id://537582]=note: print w/replies, xml ) Need Help??


in reply to net sftp help

FYI, I believe the identify file is for SSH protocol 1 only which means you do not want to use it.

Is there some reason you cannot use DSA? You already know it appears to be checking for that so wouldn't that make it the path of least resistance? If you have to use RSA then have you tried creating an RSA2 key? See below for DSA and RSA2.

Other possiblity is a name/IP address lookup issue -- ssh will do a reverse loookup on the IP address of the client and compare that to the hostname the client claims it is coming from. Keep in mind an entry in /etc/hosts on the client that does not exist in /etc/hosts on the server can further confuse things (Solaris admins should be familiar with this).

And if you have multi-homed systems then routing can also be a factor (i.e. make sure traffic comes in and goes out through the same interface).

ssh-keygen -t dsa ssh-keygen -t rsa

Replies are listed 'Best First'.
Re^2: net sftp help
by perlknight (Pilgrim) on Mar 18, 2006 at 16:29 UTC
    the file id_dsa is used, I have another file which call something else for something I am doing?
      I'm sorry but I'm not sure I understand your question. What other file? If you are usign RSA2 then it will look for id_rsa.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://537582]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-26 05:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found