From 2f1147c7d687787dcea50e6d6571a44b1afd4725 Mon Sep 17 00:00:00 2001 From: "S. D. Cloudt" Date: Sun, 28 Oct 2018 19:20:43 +0100 Subject: Added "BindInterface" as valid "-o" option. --- sshfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sshfs.c b/sshfs.c index 4423e07..6abd8ea 100644 --- a/sshfs.c +++ b/sshfs.c @@ -300,6 +300,7 @@ static const char *ssh_opts[] = { "AddressFamily", "BatchMode", "BindAddress", + "BindInterface", "CertificateFile", "ChallengeResponseAuthentication", "CheckHostIP", -- cgit v1.2.3