Re: Passwordless authentication between two domains.

2012-11-30 Thread David T-G
Andrew, et al -- ...and then Andrew DeFaria said... % % On 11/29/2012 3:28 AM, David T-G wrote: % ... % % I predict that you will find the inodes to be the same all over Irvine ... % % I think the part that was confusing me was that I didn't copy both the % ~/.ssh/id_dsa.pub and the

Re: Passwordless authentication between two domains.

2012-11-30 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew -- ...and then Andrew DeFaria said... % %On 11/30/2012 06:00 AM, David T-G wrote: % % But what if the evil is not real in the first place? % %I love it when people respond to my taglines. [snip] Thanks :-) BTW, MAPS bounced my

Re: Passwordless authentication between two domains.

2012-11-30 Thread Andrew DeFaria
On 11/30/2012 9:35 AM, David T-G wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew -- ...and then Andrew DeFaria said... % %On 11/30/2012 06:00 AM, David T-G wrote: % % But what if the evil is not real in the first place? % %I love it when people respond to my taglines.

Re: Passwordless authentication between two domains.

2012-11-29 Thread David T-G
Andrew, et al -- ...and then Andrew DeFaria said... % % On 11/28/2012 1:21 PM, anulav2 wrote: % Andrew, % Keys will ALWAYS be different irrespective if it is two servers on same % or different domain. % That is the whole point of copying keys to remote servers authorized_keys % file. % I don't

Re: Passwordless authentication between two domains.

2012-11-29 Thread Earnie Boyd
On Wed, Nov 28, 2012 at 6:59 PM, Andrew DeFaria wrote: On 11/28/2012 1:21 PM, anulav2 wrote: Andrew, Keys will ALWAYS be different irrespective if it is two servers on same or different domain. That is the whole point of copying keys to remote servers authorized_keys file. I don't think

Re: Passwordless authentication between two domains.

2012-11-29 Thread Andrew DeFaria
On 11/29/2012 3:28 AM, David T-G wrote: Andrew, et al -- ...and then Andrew DeFaria said... % % On 11/28/2012 1:21 PM, anulav2 wrote: % Andrew, % Keys will ALWAYS be different irrespective if it is two servers on same % or different domain. % That is the whole point of copying keys to remote

Re: Passwordless authentication between two domains.

2012-11-28 Thread anulav2
, November 20, 2012 12:27 PM Subject: Re: Passwordless authentication between two domains. On 11/20/2012 9:46 AM, anulav2 wrote: Hello, I am unable to use passwordless authentication between two 2008 windows servers in two different domains. Account name is same in both domains. I can

Re: Passwordless authentication between two domains.

2012-11-28 Thread Brian Wilson
I am still getting the same error. AndĀ permissionsĀ are all good. When i run SSHD in debug i get this? Has anyone encountered this issue before. bash-3.2# /bin/sshd.exe -D -ddd -e debug2: load_server_config: filename /etc/sshd_config debug2: load_server_config: done config len = 206

Re: Passwordless authentication between two domains.

2012-11-28 Thread anulav2
ssh-keygen -t dsa and password was empty. -- View this message in context: http://cygwin.1069669.n5.nabble.com/Passwordless-authentication-between-two-domains-tp94427p94590.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com

Re: Passwordless authentication between two domains.

2012-11-28 Thread Andrew DeFaria
On 11/28/2012 12:21 PM, anulav2 wrote: ssh-keygen -t dsa and password was empty. I believe you mean passphrase... What about these issues I mentioned: Additionally is ~/.ssh/id_rsa.pub the same on both machines? (Does diff return no differences?). I believe, since these are two different

Re: Passwordless authentication between two domains.

2012-11-28 Thread anulav2
.nabble.com To: anulav2 anul...@yahoo.com Sent: Wednesday, November 28, 2012 2:36 PM Subject: Re: Passwordless authentication between two domains. On 11/28/2012 12:21 PM, anulav2 wrote: ssh-keygen -t dsa and password was empty. I believe you mean passphrase... What about these issues I

Re: Passwordless authentication between two domains.

2012-11-28 Thread Andrew DeFaria
.nabble.com To: anulav2 anul...@yahoo.com Sent: Wednesday, November 28, 2012 2:36 PM Subject: Re: Passwordless authentication between two domains. On 11/28/2012 12:21 PM, anulav2 wrote: ssh-keygen -t dsa and password was empty. I believe you mean passphrase... What about these issues I

Re: Passwordless authentication between two domains.

2012-11-28 Thread anulav2
? From: Andrew DeFaria-2 [via Cygwin] ml-node+s1069669n94593...@n5.nabble.com To: anulav2 anul...@yahoo.com Sent: Wednesday, November 28, 2012 3:11 PM Subject: Re: Passwordless authentication between two domains. On 11/28/2012 12:54 PM, anulav2 wrote: Yes, i meant passphrase. Diff does

Re: Passwordless authentication between two domains.

2012-11-28 Thread Andrew DeFaria
On 11/28/2012 1:21 PM, anulav2 wrote: Andrew, Keys will ALWAYS be different irrespective if it is two servers on same or different domain. That is the whole point of copying keys to remote servers authorized_keys file. I don't think so. I do know the following - here at my current client there

Passwordless authentication between two domains.

2012-11-20 Thread anulav2
-authentication-between-two-domains-tp94427.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http

Re: Passwordless authentication between two domains.

2012-11-20 Thread Andrew DeFaria
On 11/20/2012 9:46 AM, anulav2 wrote: Hello, I am unable to use passwordless authentication between two 2008 windows servers in two different domains. Account name is same in both domains. I can authenticate using password but not otherwise. I have setup RSA keys and authorized_keys file.

Re: Passwordless authentication between two domains.

2012-11-20 Thread David Sastre Medina
On Tue, Nov 20, 2012 at 10:16:12AM -0800, Andrew DeFaria wrote: On 11/20/2012 9:46 AM, anulav2 wrote: Permissons on .ssh are 700 and .ssh/authorized_keys are 600. I have tried uninstall and re-install twice. and following is part of what i get when i increase verbosity. Is your home