SSH认证支持sudo

This commit is contained in:
刘祥超
2021-12-06 19:27:11 +08:00
parent 820779e614
commit 8fd29bd81c
14 changed files with 382 additions and 130 deletions

View File

@@ -8,4 +8,5 @@ type Credentials struct {
PrivateKey string
Passphrase string
Method string
Sudo bool
}