Merge pull request #781 from bradrydzewski/master

Change SSH Key Pair (issue #61)
This commit is contained in:
Brad Rydzewski
2015-01-13 21:55:02 -08:00
3 changed files with 59 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ func main() {
NewDisableCommand(),
NewRestartCommand(),
NewWhoamiCommand(),
NewSetKeyCommand(),
}
app.Run(os.Args)