ssh: Implement authentication for new ssh server

This commit is contained in:
Tom Wiesing 2022-11-11 14:47:10 +01:00
parent 66b397e9da
commit 45f63935cd
No known key found for this signature in database
10 changed files with 259 additions and 1 deletions

View file

@ -56,6 +56,7 @@ func init() {
// servers
wdcli.Register(cmd.Server)
wdcli.Register(cmd.SSH)
}
// an error when no arguments are provided.