Skip to main content

Posts

2020

SSH: Multiplexing
·703 words·4 mins
SSH Multiplexing
What is it? # Multiplexing, sometimes referred to as muxing, is a way of making use of one connection for a number of signals. The internet connection you’re reading this on may have been multiplexed at some stage along its physical route to your building or local communications tower and can used to reduce the overall cost of having to lay multiple cables to endpoints.

2019

SSH: Tunneling to remote servers
·631 words·3 mins
SSH Tunnel
When creating our infrastructure, either in the cloud or on prem, we often usually need a way to connect to machines running behind the scenes to do things, such as upgrades or fixing problems.