allow the user to specify ssh key types
Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
25c0eca21a
commit
ad6699c110
@@ -6,5 +6,5 @@ import (
|
||||
)
|
||||
|
||||
func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
return configure.SSH()
|
||||
return configure.SSH(keyTypes...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user