mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
Merge pull request #1134 from balena-io/ssh-version
ssh: correct the minimum OS version that allows host OS connection
This commit is contained in:
commit
2c897a1b18
@ -988,7 +988,7 @@ increase verbosity
|
||||
|
||||
#### --host, -s
|
||||
|
||||
access host OS (for devices with balenaOS >= 2.7.5)
|
||||
access host OS (for devices with balenaOS >= 2.0.0+rev1)
|
||||
|
||||
#### --noproxy
|
||||
|
||||
|
@ -142,6 +142,6 @@ export const advancedConfig = {
|
||||
export const hostOSAccess = {
|
||||
signature: 'host',
|
||||
boolean: true,
|
||||
description: 'access host OS (for devices with balenaOS >= 2.7.5)',
|
||||
description: 'access host OS (for devices with balenaOS >= 2.0.0+rev1)',
|
||||
alias: 's',
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user