Tag: ssh
All the articles with the tag "ssh".
Remote CUPS Server over SSH
Updated:Hosting a customer's web service for ERP systems means the hosted system has limited options of sending printable material to the end user. Usually it invo
VSCode Remote SSH Fails to Connect
Updated:This cost me a few hours today. I thought my ssh config was messed up as nothing i did would allow me to get onto my remote workstation, but it worked fine
Nginx Configuration Synchronisation
Updated:Back when I built the Nginx failovers using Nginx and Keepalived I also required that should the config change on the master then the config would automati
SSH and SOCKS
Updated:Here's my handy script for bringing a socks proxy up and down. Saves the hassle of finding the PID of the ssh proxy process to kill it when you're done. so
PAM_LDAP and uniqueMember
Updated:After upgrading the LDAP server so we could make use of some new features like olc and in particular memberOf I ran into a major issue. Where many programs
SSH Multiplexing
Updated:Typically SSH creates a new tcp session for every time you connect to a remote host. But there is a feature of ssh that allows connections to reuse an exis
Remotely Mounting a Fileshare
Updated:Working from home means making use of different technologies to connect to systems in the office. Not all of our file system are available over webdav, and
SSH, OATH OTP and LDAP
I got myself into a bit of a knot with this one. We wanted multi-factor authentication setup on the main SSH gateway and that meant private key, password A
SSH Authorized_Keys and LDAP
Traditionally we store public keys in ~/.ssh/authorized_keys , but this means pushing them around all the servers we want to connect to. Instead of doing t
One Time Password and SSHD
Updated:I made a bit of a fool of myself suggesting that we add a free means of securing our external SSH gateway by using Google Authenticator. My boss simply tur