Stunnel/Debugging: Difference between revisions
From charlesreid1
(Created page with "Debugging stunnel is a lot easier if you can run stunnel in the foreground in one window, and monitor its output activity while you try and connect. This is true of monitoring...") |
No edit summary |
||
| Line 1: | Line 1: | ||
Debugging stunnel is a lot easier if you can run stunnel in the foreground in one window, and monitor its output activity while you try and connect. This is true of monitoring stunnel on both the client side and the server side. | Debugging stunnel is a lot easier if you can run stunnel in the foreground in one window, and monitor its output activity while you try and connect. This is true of monitoring stunnel on both the client side and the server side. | ||
Just add these two lines to your stunnel.conf: | |||
<pre> | |||
debug = 7 | |||
foreground = yes | |||
</pre> | |||
Now, when you run the stunnel command, the output will be shown directly on the screen, and you'll be able to monitor what's happening with stunnel when you try and connect. | |||
For example stunnel.conf files, see the following links: | |||
* https://git.charlesreid1.com/docker/d-stunnel | |||
* https://git.charlesreid1.com/rpi/pi-stunnel | |||
* https://git.charlesreid1.com/mac/m-stunnel | |||
There are also some wiki files with config files: | |||
* https://charlesreid1.com/wiki/Stunnel/Rsync | |||
* https://charlesreid1.com/wiki/Stunnel/SSH | |||
* https://charlesreid1.com/wiki/Stunnel/Scp | |||
| Line 8: | Line 27: | ||
{{SSHFlag}} | {{SSHFlag}} | ||
[[Categoroy:Stunnel.conf]] | |||
Revision as of 05:15, 5 April 2017
Debugging stunnel is a lot easier if you can run stunnel in the foreground in one window, and monitor its output activity while you try and connect. This is true of monitoring stunnel on both the client side and the server side.
Just add these two lines to your stunnel.conf:
debug = 7 foreground = yes
Now, when you run the stunnel command, the output will be shown directly on the screen, and you'll be able to monitor what's happening with stunnel when you try and connect.
For example stunnel.conf files, see the following links:
- https://git.charlesreid1.com/docker/d-stunnel
- https://git.charlesreid1.com/rpi/pi-stunnel
- https://git.charlesreid1.com/mac/m-stunnel
There are also some wiki files with config files:
- https://charlesreid1.com/wiki/Stunnel/Rsync
- https://charlesreid1.com/wiki/Stunnel/SSH
- https://charlesreid1.com/wiki/Stunnel/Scp
Flags
| stunnel secure tunnel - create secure encrypted connections on any port to wrap any protocol
Using: Client: Stunnel/Client Server: Stunnel/Server Stunnel Over Docker: Stunnel/Docker Certificates: Stunnel/Certificates
Protocols: Stunnel/Rsync · Stunnel/SSH · Stunnel/Scp · Stunnel/HTTP · Stunnel/OpenVPN
Other Links: RaspberryPi/Headless · RaspberryPi/Reverse SSH Category:Stunnel · Category:SSH · Category:Networking
|
| ssh secure shell, the most useful tool in unix
Tunnels: Building SSH tunnels: SSH Tunnels Tunnel SSH through HTTPS: Stunnel Tunnel SSH through DNS: Iodine
Raspberry Pi and SSH: RaspberryPi/Headless · RaspberryPi/Reverse SSH RaspberryPi/SSH Stunnel · RaspberryPi/Reverse SSH Stunnel Category:SSH · Category:Networking
Linux and SSH:
Category:SSH · Category:Kali · Category:Networking Flags · Template:SSHFlag · e |