From d8da0c4ed6fcb336c93503fd980b930de547470f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 21 Oct 2011 17:12:31 +0200 Subject: Remove "-oPreferredAuthentications" from ssh options Remove "-oPreferredAuthentications" from ssh options if the "password_stdin" option is used. Reported by E. Kuemmerle --- sshfs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sshfs.c') diff --git a/sshfs.c b/sshfs.c index 1d4a1b1..74d0e71 100644 --- a/sshfs.c +++ b/sshfs.c @@ -3237,7 +3237,6 @@ static int read_password(void) } sshfs.password[n+1] = '\0'; ssh_add_arg("-oNumberOfPasswordPrompts=1"); - ssh_add_arg("-oPreferredAuthentications=password,keyboard-interactive"); return 0; } -- cgit v1.2.3