package vm import ( "github.com/pkg/errors" ) var ( ErrSSHUnavailable = errors.New("ssh unavailable") )