de en es fr nl pl pt sv zh

autossh

Autossh and Systemd Service

Logan

Several months ago, I wrote a post to describe how to setup an autossh daemon with upstart. Since Ubuntu 15.04 has switched to systemd, I would like to do the same with systemd. I will give a brief introduction to systemd in this post. Systemd Unit File Systemd services are configured by unit...

Autossh and Ubuntu Upstart Daemon

Logan

Since I am sharing the network without public IP, I would like to maintain a SSH tunnel so that I can connect to my desktop from the remote site. After searching the web, I found that Autossh fits my needs. Autossh is a utility that can start and monitor the SSH tunnel. If the connections are...