aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2017-04-03 10:06:56 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-05-31 13:51:09 -0700
commitd93f137c8fee0d8cbe15287e4f23ad9fe9d354dd (patch)
treec1119b4004ce9cd18f3bbd717dffe49f4018f84d /sshfs.c
parentf627055bc754cfbee6651201ba1aa100d18e7683 (diff)
downloadsshfs-d93f137c8fee0d8cbe15287e4f23ad9fe9d354dd.tar
sshfs-d93f137c8fee0d8cbe15287e4f23ad9fe9d354dd.tar.gz
sshfs-d93f137c8fee0d8cbe15287e4f23ad9fe9d354dd.tar.bz2
sshfs-d93f137c8fee0d8cbe15287e4f23ad9fe9d354dd.zip
Update the missing options (that make sense from ssh_config)
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/sshfs.c b/sshfs.c
index 8cde971..3edd1ab 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -297,6 +297,7 @@ static const char *ssh_opts[] = {
"AddressFamily",
"BatchMode",
"BindAddress",
+ "CertificateFile",
"ChallengeResponseAuthentication",
"CheckHostIP",
"Cipher",
@@ -307,28 +308,40 @@ static const char *ssh_opts[] = {
"ConnectTimeout",
"ControlMaster",
"ControlPath",
+ "ControlPersist",
+ "FingerprintHash",
"GlobalKnownHostsFile",
"GSSAPIAuthentication",
"GSSAPIDelegateCredentials",
"HostbasedAuthentication",
+ "HostbasedKeyTypes",
"HostKeyAlgorithms",
"HostKeyAlias",
"HostName",
"IdentitiesOnly",
"IdentityFile",
+ "IdentityAgent",
+ "IPQoS",
"KbdInteractiveAuthentication",
"KbdInteractiveDevices",
+ "KexAlgorithms",
"LocalCommand",
"LogLevel",
"MACs",
"NoHostAuthenticationForLocalhost",
"NumberOfPasswordPrompts",
"PasswordAuthentication",
+ "PermitLocalCommand",
+ "PKCS11Provider",
"Port",
"PreferredAuthentications",
"ProxyCommand",
+ "ProxyJump",
+ "ProxyUseFdpass",
+ "PubkeyAcceptedKeyTypes"
"PubkeyAuthentication",
"RekeyLimit",
+ "RevokedHostKeys",
"RhostsRSAAuthentication",
"RSAAuthentication",
"ServerAliveCountMax",
@@ -336,9 +349,11 @@ static const char *ssh_opts[] = {
"SmartcardDevice",
"StrictHostKeyChecking",
"TCPKeepAlive",
+ "UpdateHostKeys",
"UsePrivilegedPort",
"UserKnownHostsFile",
"VerifyHostKeyDNS",
+ "VisualHostKey",
NULL,
};