mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-18 21:27:52 +00:00
SSH (client) verbosity config
* help debug random failures during test execution change-type: patch
This commit is contained in:
parent
20a88db22a
commit
6762a485b9
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -881,6 +881,8 @@ jobs:
|
|||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
UserKnownHostsFile /dev/null
|
UserKnownHostsFile /dev/null
|
||||||
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
|
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
|
||||||
|
# QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG, DEBUG1, DEBUG2, and DEBUG3
|
||||||
|
LogLevel ${{ vars.SSH_VERBOSE || 'ERROR' }}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# docs/getting-started.md
|
# docs/getting-started.md
|
||||||
|
Loading…
Reference in New Issue
Block a user