13 lines
355 B
Text
13 lines
355 B
Text
# vim:sts=4:sw=4:ft=sshconfig
|
|
### Home hosts from remote locations ###
|
|
|
|
Host r2d2.vavassori.org
|
|
ProxyCommand /usr/bin/cloudflared access ssh --hostname %h
|
|
|
|
Host r2d2-bak.vavassori.org
|
|
ProxyCommand /usr/bin/cloudflared access ssh --hostname %h
|
|
|
|
Host nas.vavassori.org
|
|
User admin
|
|
ProxyCommand /usr/bin/cloudflared access ssh --hostname %h
|
|
|