« Return to Thread: Determine forwarded ports?

Re: pubkey authentication problem

by Darren Tucker :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

Mariyappan, Balaji (GE Indust, ES RAIL, consultant) wrote:
> My apologies for hijecking the topic...
>
> What is the changes i have to make in the ssh_config file?
[...]

I don't think there's anything you can do on the client side other than
unsetting BatchMode and logging on with a password.

> Actually the same set of public and private are working when i user
> the pinhole (without proxy command)
> I don't know why this public and private key is not working through a
> ssh proxy.

I don't know either.

When you use the proxy, the source address of the connection is
different, right?  The server could have some restrictions on where it
will accept particular keys from.  (On an OpenSSH server this would be a
"from=" key restriction, but your server is another implementation and I
don't know how it works.)

The only thing I can suggest is to check the server's log to see why the
key was not accepted.

> You help will be really appreciated. Thanks in advance.

You're welcome.

--
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.

 « Return to Thread: Determine forwarded ports?