File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ func main() {
70
70
// Optional fingerprint SHA256 verification
71
71
// Get Fingerprint: ssh.FingerprintSHA256(key)
72
72
// Fingerprint: "SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE"
73
+
74
+ // include more ciphers with use_insecure_cipher
75
+ // common algorithm for key exchange
76
+ UseInsecureCipher: true ,
73
77
}
74
78
75
79
// Call Run method with command you want to run on remote server.
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ func main() {
28
28
// Optional fingerprint SHA256 verification
29
29
// Get Fingerprint: ssh.FingerprintSHA256(key)
30
30
//Fingerprint: "SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE"
31
+
32
+ // include more ciphers with use_insecure_cipher
33
+ // common algorithm for key exchange
34
+ UseInsecureCipher : true ,
31
35
}
32
36
33
37
// Call Run method with command you want to run on remote server.
You can’t perform that action at this time.
0 commit comments