generic: use ~/.ssh/id_rsa as default ssh key

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-05-04 18:20:13 -07:00
parent afb9cb39e2
commit fc49adbcdf
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func GetCreateFlags() []cli.Flag {
cli.StringFlag{
Name: "generic-ssh-key",
Usage: "SSH private key path",
Value: "",
Value: filepath.Join(utils.GetHomeDir(), ".ssh", "id_rsa"),
},
cli.IntFlag{
Name: "generic-ssh-port",