23 lines
798 B
Plaintext
23 lines
798 B
Plaintext
# ------------START-CODER-----------
|
|
# This section is managed by coder. DO NOT EDIT.
|
|
#
|
|
# You should not hand-edit this section unless you are removing it, all
|
|
# changes will be lost when running "coder config-ssh".
|
|
#
|
|
Host coder.*
|
|
ConnectTimeout=0
|
|
StrictHostKeyChecking=no
|
|
UserKnownHostsFile=/dev/null
|
|
LogLevel ERROR
|
|
ProxyCommand /opt/homebrew/bin/coder --global-config "~/Library/Application Support/coderv2" ssh --stdio --ssh-host-prefix coder. %h
|
|
|
|
Host *.coder
|
|
ConnectTimeout=0
|
|
StrictHostKeyChecking=no
|
|
UserKnownHostsFile=/dev/null
|
|
LogLevel ERROR
|
|
|
|
Match host *.coder !exec "/opt/homebrew/bin/coder connect exists %h"
|
|
ProxyCommand /opt/homebrew/bin/coder --global-config "~/Library/Application Support/coderv2" ssh --stdio --hostname-suffix coder %h
|
|
# ------------END-CODER------------
|