Skip to content

Instantly share code, notes, and snippets.

@robertgzr
Last active February 15, 2022 14:23
Show Gist options
  • Save robertgzr/de1e38abfe05e33addecfb1e0e64a808 to your computer and use it in GitHub Desktop.
Save robertgzr/de1e38abfe05e33addecfb1e0e64a808 to your computer and use it in GitHub Desktop.
use balena-proxy with local ssh
# support
Host balenadevice bal
User <balena-cloud-user-id>
Hostname ssh.balena-devices.com
LogLevel ERROR
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
RequestTTY force
ControlMaster no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment