anyone using Putty and ssh-agent?

2005-01-13 Thread Dan Langille
I'm trying to get putty and ssh-agent working under 5.3-stable.  
Anyone succeeded?

I have plain ssh working with ssh-agent, but not putty. The issue is  
just putty, not ssh-agent.
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: anyone using Putty and ssh-agent?

2005-01-13 Thread Jon Krause

From: Dan Langille [EMAIL PROTECTED]
Subject: anyone using Putty and ssh-agent?


: I'm trying to get putty and ssh-agent working under 5.3-stable.  
: Anyone succeeded?
: 
: I have plain ssh working with ssh-agent, but not putty. The issue is  
: just putty, not ssh-agent.
: -- 
: Dan Langille : http://www.langille.org/
: BSDCan - The Technical BSD Conference - http://www.bsdcan.org/
: 

What version of Putty are you using?  
There are know issues with ssh2 on earlier versions of Putty.
Try Putty Release 0.56

Best, Jon

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: anyone using Putty and ssh-agent?

2005-01-13 Thread Daniel S. Haischt
If you are using PuTTY on Windows why don't you use
pageant.exe on Windows as well?
Dan Langille schrieb:
I'm trying to get putty and ssh-agent working under 5.3-stable.  
Anyone succeeded?

I have plain ssh working with ssh-agent, but not putty. The issue is  
just putty, not ssh-agent.
--
Mit freundlichen Gruessen / With kind regards
Daniel S. Haischt
Wan't a complete signature??? Type at a shell prompt:
$  finger -l [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: anyone using Putty and ssh-agent?

2005-01-13 Thread Dan Langille
On 13 Jan 2005 at 14:29, Daniel S. Haischt wrote:

 Dan Langille schrieb:
  I'm trying to get putty and ssh-agent working under 5.3-stable.  
  Anyone succeeded?
  
  I have plain ssh working with ssh-agent, but not putty. The issue is  
  just putty, not ssh-agent.

 If you are using PuTTY on Windows why don't you use
 pageant.exe on Windows as well?

I'm not using Windows.  I'm using FreeBSD 5.3-stable.
-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: anyone using Putty and ssh-agent?

2005-01-13 Thread Dan Langille
On 13 Jan 2005 at 8:29, Jon Krause wrote:

 From: Dan Langille [EMAIL PROTECTED]
 Subject: anyone using Putty and ssh-agent?
 
 
 : I'm trying to get putty and ssh-agent working under 5.3-stable.  
 : Anyone succeeded?
 : 
 : I have plain ssh working with ssh-agent, but not putty. The issue is  
 : just putty, not ssh-agent.

 
 What version of Putty are you using?  
 There are know issues with ssh2 on earlier versions of Putty.
 Try Putty Release 0.56

It is Putty 0.56.

And I have solved the issue.  I was getting prompted for my user 
name.  I assumed that indicated ssh-agent was not working.  I entered 
my user name, and I'm logged in.

I went to the configuration items and set Auto-login username to 
'dan'.  Now when I run putty, all I need to do is specify the 
hostname, and I'm logged in.

[for those trying to find out how to do this, the hosts I logged into 
already have my public ssh key in their ~/.ssh/authorized_keys2 file]


-- 
Dan Langille : http://www.langille.org/
BSDCan - The Technical BSD Conference - http://www.bsdcan.org/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: anyone using Putty and ssh-agent?

2005-01-13 Thread Nelis Lamprecht
On Thu, 13 Jan 2005 08:26:43 -0500, Dan Langille [EMAIL PROTECTED] wrote:
 I'm trying to get putty and ssh-agent working under 5.3-stable.
 Anyone succeeded?
 
 I have plain ssh working with ssh-agent, but not putty. The issue is
 just putty, not ssh-agent.
 --

Similiar problems have been noted on this list before with putty, the
solution was to set PasswordAuthentication to yes in your sshd_config
which is disabled by default in 5.3

Nelis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: anyone using Putty and ssh-agent?

2005-01-13 Thread Brian McCann
I've had similar problems with PuTTY as well...and upgrading PuTTY
fixed the problem, but I'm curious about the whole
PasswordAuthentication thing.  I am testing out 5.3 now for our
production environment, and I haven't touched the sshd config file,
yet I can still login using usernames and passwords.  How is this
possible?  And how would have upgradding PuTTY fixed this?

Thanks,
--Brian

 Similiar problems have been noted on this list before with putty, the
 solution was to set PasswordAuthentication to yes in your sshd_config
 which is disabled by default in 5.3
 
 Nelis
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]