shekkbuilder / parallel-ssh

Automatically exported from code.google.com/p/parallel-ssh
Other
1 stars 0 forks source link

askpass doesn't look at AUTH_USERNAME and AUTH_HOSTNAME env variables #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed in the following blog entry that ssh-askpass can be used for 
either passwords or for accepting host identities:

http://www.mudflatsoftware.com/blog/2010/01/wrapping-rsync-or-ssh-in-an-
nstask/

I haven't actually confirmed this, but it's probably good to update 
askpass.py to check specifically for the AUTH_USERNAME and AUTH_HOSTNAME 
environment variables.  It makes sense to first verify that this is actually 
how things work.  At that point, we need to figure out what should happen in 
the AUTH_HOSTNAME case.

Original issue reported on code.google.com by amcna...@gmail.com on 18 Feb 2010 at 11:11

GoogleCodeExporter commented 8 years ago
It looks like this blog entry was wrong.  I've searched through the openssh 
source, 
and there's nothing called AUTH_USERNAME or AUTH_HOSTNAME anywhere in there.

Original comment by amcna...@gmail.com on 19 Feb 2010 at 2:26

GoogleCodeExporter commented 8 years ago

Original comment by amcna...@gmail.com on 19 Feb 2010 at 2:26