Skip to content

Commit c2715f7

Browse files
Fix typo in ssh_opts (#269)
Add a missing comma that prevents using the PubkeyAcceptedKeyTypes option
1 parent 1abde6e commit c2715f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sshfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ static const char *ssh_opts[] = {
432432
"ProxyCommand",
433433
"ProxyJump",
434434
"ProxyUseFdpass",
435-
"PubkeyAcceptedKeyTypes"
435+
"PubkeyAcceptedKeyTypes",
436436
"PubkeyAuthentication",
437437
"RekeyLimit",
438438
"RevokedHostKeys",

0 commit comments

Comments
 (0)