Compare commits

...

1 Commits

Author SHA1 Message Date
6762a485b9 SSH (client) verbosity config
* help debug random failures during test execution

change-type: patch
2024-07-09 10:38:41 -07:00

View File

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