|
#1
|
|||
|
|||
Pageant and SFTP
Hi,
I have had pageant setup to use authorized_keys (e.g., no password required) for CVS actions for years now. In fact it worked that way by default. But I can't get (S)FTP to do the same. The putty/pageant session which works fine for putty (login w/o entering a password) and for CVS actions, fails on FTP commands with an 'invalid password' error. It only works if I put the password in the Server tab's Password field. So I currently prompt the VBP user for the FTP user and password; which works fine *for me*, but not for anyone (they would lack the UNIX permissions). If they could use the same mechanism as for CVS, this problem goes away. Is the Pageant 'authorized_keys' mechanism supposed to work with FTP actions? |
#2
|
|||
|
|||
I'm not familiar with Pageant. For FTPS, you can specify a private key for authentication, but the FTP action currently requires a username+password for authentication with SFTP (and doesn't support specifying a certificate file).
|
#3
|
|||
|
|||
Pageant is part of the putty suite. It's just using SSH and authorizing login via authorized_keys on the UNIX side (instead of using a username / password).
My question is simple: The FTP action seems to require a password. Is there a way to make it use authorized_keys instead (like the CVS action does)? |
#4
|
|||
|
|||
No, there isn't. It requires a password for authentication.
|
|
|