SFTP on *nix

Core FTP Server questions and answers
Post Reply
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

SFTP on *nix

Post by ForumAdmin »

For users using the command line version of SFTP on unix or linux, if you have existing connections that use keys, and want to ignore your keys/keyfile for a connection (for password only), the following parameter will do it.

-o PubkeyAuthentication=no

example:

sftp -o PubkeyAuthentication=no myaccount@yourhost.com
Post Reply