instance_ssh: Add snippet for properly configured systems
This commit is contained in:
parent
522c9dbc26
commit
5d84301361
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@
|
|||
<code class="copy">
|
||||
<pre>ssh -J {{ .PanelDomain }}:{{ .Port }} www-data@{{ .Hostname }}</pre>
|
||||
</code>
|
||||
<p>
|
||||
Or, if your <code>.ssh/config</code> is configured appropriately:
|
||||
</p>
|
||||
<code class="copy">
|
||||
<pre>ssh {{ .Hostname }}</pre>
|
||||
</code>
|
||||
<p>
|
||||
For this to work, configure an ssh key on your <a href="/user/ssh">Personal SSH Page</a>.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue