aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
authorS. D. Cloudt <s.d.cloudt@student.tue.nl>2018-10-28 19:20:43 +0100
committerNikolaus Rath <Nikolaus@rath.org>2018-12-22 14:20:54 +0000
commit2f1147c7d687787dcea50e6d6571a44b1afd4725 (patch)
tree51ed1f42dff155aacff928bc0c2aa5b6c1fa45af /sshfs.c
parentb5d14843143fc8ca6d2e46e1e0dd14b5f1e6ba12 (diff)
downloadsshfs-2f1147c7d687787dcea50e6d6571a44b1afd4725.tar
sshfs-2f1147c7d687787dcea50e6d6571a44b1afd4725.tar.gz
sshfs-2f1147c7d687787dcea50e6d6571a44b1afd4725.tar.bz2
sshfs-2f1147c7d687787dcea50e6d6571a44b1afd4725.zip
Added "BindInterface" as valid "-o" option.
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c1
1 files changed, 1 insertions, 0 deletions
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",