Merge pull request #10269 from afbjorklund/ssh-driver-opt-in
Make the ssh driver opt-in and not defaultpull/10145/head^2
commit
be4a3ee0fc
|
@ -35,7 +35,7 @@ func init() {
|
|||
Alias: []string{driver.AliasSSH},
|
||||
Config: configure,
|
||||
Status: status,
|
||||
Priority: registry.Fallback,
|
||||
Priority: registry.Discouraged, // requires external VM
|
||||
Init: func() drivers.Driver { return ssh.NewDriver(ssh.Config{}) },
|
||||
})
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue