Skip to content

Commit 811ad66

Browse files
committed
Make helptext for -x option more shouty
1 parent 9ce3a39 commit 811ad66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sshfs/SSHFS.CLI/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ class Options
4343
public string Username { get; set; }
4444
[Option('x', "password",
4545
Required = false,
46-
HelpText = "SSH user's password, if password-based or keyboard-interactive auth should be attempted")]
46+
HelpText = "INSECURE: SSH user's password, if password-based or keyboard-interactive auth should be attempted. Note that the security model for this is equivalent to sshpass's -p option, and exposes your password to any process on the machine that cares to run ps")]
4747
public string Password { get; set; }
4848
[OptionArray('k', "private-keys",
4949
Required = false,
50-
HelpText = "SSH user's private key(s), if key-based auth should be attempted")]
50+
HelpText = "Path to SSH user's private key(s), if key-based auth should be attempted")]
5151
public string[] Keys { get; set; }
5252
}
5353

0 commit comments

Comments
 (0)