Linux: Difference between revisions

Line 53: Line 53:
# E.g. ssh -R 8080:localhost:80 [email protected]
# E.g. ssh -R 8080:localhost:80 [email protected]
</syntaxhighlight>
</syntaxhighlight>
===alias===
You can create aliases in your <code>.ssh/config</code>
<pre>
Host my_alias
  User my_username
  Hostname my_server@my_domain.com
  Port 52
</pre>


==VNC==
==VNC==