Re: OpenSSH, Secure CRT and Public Key authentication

2001-03-30 Thread Bob Bell
On Thu, Mar 29, 2001 at 08:21:24PM -0500, James R. Van Zandt <[EMAIL PROTECTED]> wrote: > ping uses gethostbyname successfully: > > However, ssh is using getaddrinfo instead, and failing: > getservbyname("ssh", "tcp") = 0x4020bc1c > snprintf("22", 32, "%d", 22)

Re: OpenSSH, Secure CRT and Public Key authentication

2001-03-29 Thread James R. Van Zandt
"Karl J. Runge" <[EMAIL PROTECTED]> writes: >But now it certainly seems like a name resolution problem. >The ssh process for some reason cannot resolve "vanzandt" to an IP >address. ... >Just curious, if on voyager you remove the vanzandt.mv.com line >and put in: > >192.168.0.1foobar > >d

Re: OpenSSH, Secure CRT and Public Key authentication

2001-03-22 Thread James R. Van Zandt
Chad Henry <[EMAIL PROTECTED]> writes: >Okay, call me slow, but I'm having trouble setting up Public Key >access to OpenSSH on my RH 7.0 machine. I'm also having trouble setting up SSH between two machines. At the moment, it works one way but not the other. Host "vanzandt" has this: vanzan

Re: OpenSSH, Secure CRT and Public Key authentication

2001-03-19 Thread Chad R. Henry
Thanks to all who replied, especially Ben Scott, who pointed me to a directory permissions problem. Once I fixed the permissions everything works great. Now I can get rid of password based access completely! Chad ** To unsubscribe from

Re: OpenSSH, Secure CRT and Public Key authentication

2001-03-19 Thread John Abreau
"Chad R. Henry" <[EMAIL PROTECTED]> writes: > Okay, call me slow, but I'm having trouble setting up Public Key > access to OpenSSH on my RH 7.0 machine. > > According to the Secure CRT documentation, I cannot use ssh- > keygen on the server to creat my public key, because it says it can't >

Re: OpenSSH, Secure CRT and Public Key authentication

2001-03-19 Thread Benjamin Scott
On Sat, 17 Mar 2001, Chad R. Henry wrote: > According to the Secure CRT documentation, I cannot use ssh- keygen on the > server to creat my public key, because it says it can't understand the > format. Following the instructions in the SecureCRT help only gets my > login rejected with a message s

OpenSSH, Secure CRT and Public Key authentication

2001-03-17 Thread Chad R. Henry
Okay, call me slow, but I'm having trouble setting up Public Key access to OpenSSH on my RH 7.0 machine. According to the Secure CRT documentation, I cannot use ssh- keygen on the server to creat my public key, because it says it can't understand the format. Following the instructions in the