Fix typo in ssh_opts (#269)

Add a missing comma that prevents using the PubkeyAcceptedKeyTypes option
This commit is contained in:
Antonio Rojas 2021-10-06 09:19:22 +02:00 committed by GitHub
parent 1abde6e779
commit c2715f7453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ static const char *ssh_opts[] = {
"ProxyCommand",
"ProxyJump",
"ProxyUseFdpass",
"PubkeyAcceptedKeyTypes"
"PubkeyAcceptedKeyTypes",
"PubkeyAuthentication",
"RekeyLimit",
"RevokedHostKeys",