ssh: Update snippet for config

This commit is contained in:
Tom Wiesing 2023-11-11 10:20:58 +01:00
parent 89317662de
commit 522c9dbc26
No known key found for this signature in database

View file

@ -78,7 +78,7 @@
You may also place the following into your <code>$HOME/.ssh/config</code> file: You may also place the following into your <code>$HOME/.ssh/config</code> file:
</p> </p>
<code class="copy"> <code class="copy">
<pre>Host *.{{ .Domain }} <pre>Host *.{{ .Domain }} !{{ .PanelDomain }}
ProxyJump {{ .Domain }}.proxy ProxyJump {{ .Domain }}.proxy
User www-data User www-data
Host {{ .Domain }}.proxy Host {{ .Domain }}.proxy