We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de75b10 commit cfd85dcCopy full SHA for cfd85dc
Sshfs/SSHFS.CLI/Program.cs
@@ -90,7 +90,7 @@ static void Start(Options options)
90
{
91
var auths = new List<(string, ConnectionInfo)>();
92
93
- if (options.Keys != null)
+ if (options.Keys != null && options.Keys.Any())
94
95
auths.AddRange(new(string, ConnectionInfo)[]
96
0 commit comments