Vault SSH: Website page for SSH backend

This commit is contained in:
vishalnayak
2015-08-14 12:41:26 -07:00
parent 52d4c0be9c
commit a98b3befd9
8 changed files with 566 additions and 81 deletions

View File

@@ -144,7 +144,7 @@ func (c *SSHCommand) Run(args []string) int {
}
return 0
}
c.Ui.Output("OTP for the session is" + string(keySecret.Data["key"].(string)))
c.Ui.Output("OTP for the session is " + string(keySecret.Data["key"].(string)))
c.Ui.Output("[Note: Install 'sshpass' to automate typing in OTP]")
}
sshCmdArgs = append(sshCmdArgs, []string{"-p", port}...)