Re: Not a RSA1 key file ...key_read: no key found
From: Darren Tucker (dtucker@dodgy.net.au)
Date: 04/04/03
- Next message: Jean-Luc BEAUDET: "ssh configuration with SOLARIS 8"
- Previous message: Darren Tucker: "Re: public key problems"
- In reply to: Werner Stolz: "Not a RSA1 key file ...key_read: no key found"
- Next in thread: Werner Stolz: "Re: Not a RSA1 key file ...key_read: no key found"
- Reply: Werner Stolz: "Re: Not a RSA1 key file ...key_read: no key found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: dtucker@dodgy.net.au (Darren Tucker) Date: Thu, 03 Apr 2003 23:26:01 GMT
In article <fc42b9fa.0304031120.63d6234b@posting.google.com>,
Werner Stolz <wlstolz@earthlink.net> wrote:
>We have what I am told is a generic proxy on the server named
>inetproxy, which redirects all traffic sent to port 4001 to the
>appropriate port and the appropriate external server. This is why I
>am using port 4001.
>
>root@betty:/home/wstolz# /usr/local/bin/ssh -vvv -p 4001 -l testuser
>inetproxy
[snip]
>ssh_exchange_identification: read: Connection reset by peer
Your "generic proxy" is probably broken. Try "telnet inetproxy 4001"
and see if you get a SSH banner.
>If I use puTTY, I can connect successfully, but I do not use port
>4001. Instead, I specify the correct host name and port in the
>Session window, but in the Connection:Proxy window, I specify
>inetproxy on port 80 and a proxy type of HTTP.
>
>So, does anyone have a clue why puTTY works without using the generic
>proxy and openSSH does not work when it does use the proxy?
They're using different proxy types on the "inetproxy" host and one
doesn't seem to work.
>Also, I have done some research from the man pages, www.openssh.org
>and the Book "SSH, The Secure Shell: The Definitive Guide", but I
>cannot figure out how to get openSSH to ignore the 4001 proxy and
>duplicate whatever puTTY is doing.
PuTTY is using a HTTP proxy rather than your generic proxy. To get
OpenSSH do do that you need to download and install "connect"
(http://www.taiyo.co.jp/~gotoh/ssh/connect.html) and use it as ssh's
ProxyCommand, eg add the following to $HOME/.ssh/config or ssh_config:
ProxyCommand /usr/local/bin/connect -H inetproxy %h %p
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Next message: Jean-Luc BEAUDET: "ssh configuration with SOLARIS 8"
- Previous message: Darren Tucker: "Re: public key problems"
- In reply to: Werner Stolz: "Not a RSA1 key file ...key_read: no key found"
- Next in thread: Werner Stolz: "Re: Not a RSA1 key file ...key_read: no key found"
- Reply: Werner Stolz: "Re: Not a RSA1 key file ...key_read: no key found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|