Merge pull request #10269 from afbjorklund/ssh-driver-opt-in

Make the ssh driver opt-in and not default
pull/10145/head^2
Medya Ghazizadeh 2021-01-26 09:27:11 -08:00 committed by GitHub
commit be4a3ee0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {