You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by simon <sk...@apache.org> on 2008/05/15 23:43:02 UTC

documentation suggestion: deployment with private key and passphrase

Hi,


The settings descriptor as described here has a field for "passphrase"
for use with private keys:
http://maven.apache.org/ref/current/maven-settings/settings.html#class_server

However adding a passphrase to this file is not a very secure way of
doing things. At least on unix systems, if ssh-agent is running and has
the key loaded then the passphrase can be left out. It would be nice to
add this to the documentation..

For example:

passphrase:
  The passphrase used in conjunction with the privateKey
  to authenticate. Not needed if ssh-agent is already
  running and has the appropriate key loaded.

Regards,
Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org