Tag: ssh
All the articles with the tag "ssh".
SSH Tunnelling - autossh
Updated:Maintaining a secure connection to a remote host using SSH to securely tunnel traffic for underlying services like MSQL, PostgreSQL or just for remote supp
Tunnelling RDP over SSH
Updated:After a day of battling with a very laggy and Windows bound Logmein we decided it was time to get to the customers Windows machines via a conveniently plac
Lsyncd and Docker
Updated:Following on from Filesystem Synchronisation where a Docker container was setup to handle receiving files over rsync+ssh this handles the sending client si
Filesystem Synchronisation
I need a repeatable process for handling synchronising files between systems. Something modular and stable. A couple of Docker containers using lsyncd and
OpenSSH keys and known_hosts
As I've been working on Docker containers I've been having to use local containerised versions of ssh key pairs and known_hosts . I need to be able to carr
VCSA root Locked Out!
Updated:This gave me cause for tears today. The VCSA (vCenter Server Appliance) management Web UI ( https://vcsa:5480 ) decided not to let me in as root. I'm guess
Public Key from Private Key
I fall over this every so often. I have the private key file but would either have to trawl servers for authorized_keys files to get the public password or
SRX SSH Ciphers, Algorithms & Key Exchange
Updated:When doing a Nessus scan for the first time on the new SRX320 cluster it highlighted some weaknesses in the SSH protocol. This was due to arcfour, cbc and hmac being enabled by default.
SSH Logon with Private Key
Updated:There are a number of ways to configure authentication in Linux, you can even use Windows credentials. But generally, for SSH, I find it easier to just use
SSH Weak MAC Algorithms Enabled
Updated:OpenSSH_6.0p1 Edit /etc/ssh/sshd_config add or amend the following: Ciphers aes128-ctr,aes192-ctr,aes256-ctr MACs hmac-sha1,hmac-ripemd160