There was an error while loading. Please reload this page.
1 parent 716cc71 commit 79beba5Copy full SHA for 79beba5
2 files changed
.gitignore
@@ -29,3 +29,4 @@ dist
29
.cover
30
release
31
bin
32
+.idea
main.go
@@ -298,6 +298,7 @@ func run(c *cli.Context) error {
298
Ciphers: c.StringSlice("ciphers"),
299
UseInsecureCipher: c.Bool("useInsecureCipher"),
300
TarDereference: c.Bool("tar.dereference"),
301
+ Protocol: easyssh.Protocol(c.String("protocol")),
302
Proxy: easyssh.DefaultConfig{
303
Key: c.String("proxy.ssh-key"),
304
Passphrase: c.String("proxy.ssh-passphrase"),
0 commit comments