Tag: security
-
sshuttle – Transparent proxy server for VPN over SSH
To create a hassle-free vpn connection to a remote server you need to expose port 22 in the target device. In these examples It is assumed that the remote server is either your edge device, directly connected to an edge device (like a main router) and in a DMZ or or receiving forwarded ssh traffic…
-
Configure passwordless authentication
Server Side 1- In this scenario we are going to install an ssh server and configuring it so that it only accepts certificates to log in. 2- In the Remote Server: Ensure that password based ssh login is allowed in the ssh server configuration before copying your public key.. Edit the ssh configuration file after…
-
Install Nextcloud – Apache
1. Prerequisites In this example we assume that there is already a webserver with ssl enabled running on your server and you have configured a subdomain to be used by nextcloud in your DNS service provider. If your site is example.com, you can create a subdomain nc.example.com to access to it. If you prefer not…