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:
Gergely Imreh 2019-03-11 16:45:00 +00:00 committed by GitHub
commit 2c897a1b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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',
};