Skip to content

Commit e8fce80

Browse files
committed
chore: sync readme.
1 parent 8d26b46 commit e8fce80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func main() {
5555
User: "appleboy",
5656
Server: "example.com",
5757
// Optional key or Password without either we try to contact your agent SOCKET
58-
//Password: "password",
58+
// Password: "password",
5959
// Paste your source content of private key
6060
// Key: `-----BEGIN RSA PRIVATE KEY-----
6161
// MIIEpAIBAAKCAQEA4e2D/qPN08pzTac+a8ZmlP1ziJOXk45CynMPtva0rtK/RB26
@@ -71,7 +71,7 @@ func main() {
7171

7272
// Optional fingerprint SHA256 verification
7373
// Get Fingerprint: ssh.FingerprintSHA256(key)
74-
//Fingerprint: "SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE"
74+
// Fingerprint: "SHA256:mVPwvezndPv/ARoIadVY98vAC0g+P/5633yTC4d/wXE"
7575

7676
// Enable the use of insecure ciphers and key exchange methods.
7777
// This enables the use of the the following insecure ciphers and key exchange methods:
@@ -93,7 +93,6 @@ func main() {
9393
} else {
9494
fmt.Println("don is :", done, "stdout is :", stdout, "; stderr is :", stderr)
9595
}
96-
9796
}
9897
```
9998

0 commit comments

Comments
 (0)