278
edits
(initial commit, ssh-over-tls) |
mNo edit summary |
||
=== 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.
Just replace:
in either the single-use command or persistent config.
So long as <code>socat</code> is installed, it should work without hassle.
You can also use other TLS client you like, such as <code>ncat</code> or <code>stunnel</code>, but <code>openssl</code> and <code>socat</code> are some of the most popular programs for this purpose so I decided to only cover the configs for them.
Contact a LUG sysadmin if you need help using a different TLS client application for this purpose.
|