Docs/Shell: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
There's a service on port 8443 to allow wrapping ssh traffic in TLS, so if you're connecting from a *nix client you can use the following options to do the TLS-wrapped-SSH:
 
=== Using package <code>openssl</code> ===
<code>openssl</code> should be installed on most *NIX systems, including MacOS, by default.
 
More information about the SSH Host configuration file can be found [https://linuxize.com/post/using-the-ssh-config-file/ here]
 
=== Using package <code>socat</code> ===
If the above doesn't work, (or if <code>openssl</code> keeps dropping the connection randomly) you can use <code>socat</code> instead.