- put above into
$HOME/.ssh/config
ssh balenadevice host <device-uuid>
- profit
Last active
February 15, 2022 14:23
-
-
Save robertgzr/de1e38abfe05e33addecfb1e0e64a808 to your computer and use it in GitHub Desktop.
use balena-proxy with local ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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