ssh: Implement authentication for new ssh server
This commit is contained in:
parent
66b397e9da
commit
45f63935cd
10 changed files with 259 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ func init() {
|
|||
|
||||
// servers
|
||||
wdcli.Register(cmd.Server)
|
||||
wdcli.Register(cmd.SSH)
|
||||
}
|
||||
|
||||
// an error when no arguments are provided.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue