From b5f0c128f57f75575429e5cc037fa5833011f7cf 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 b392f50..6874e34 100644 --- a/sshfs.c +++ b/sshfs.c @@ -3108,7 +3108,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