mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-18 13:26:25 +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
|
||||
UserKnownHostsFile /dev/null
|
||||
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
|
||||
|
||||
# docs/getting-started.md
|
||||
|
Loading…
Reference in New Issue
Block a user