Skip to content

cygwin

Simple jumphost ssh-agent config

You can find many tutorials online on how to use ssh-agent or ssh-ident correctly. This is a short and simple two line fix aimed at a specific use i.e. a single connection to a jumphost. Add this to your .bashrc So now when you type jumphost: And from the jumphost you can ssh connect to anywhere because you forwarded your keys. Possible drawbacks: Drawbacks: This setup works for quick access… Read More »Simple jumphost ssh-agent config

Using Windows OpenSSH Agent with Windows Terminal and Cygwin

  • Tech

I am back to running Windows Terminal + Cygwin, after a stint with MobaXterm. I blogged about it before. Why: In the end MobaXterm just had too many quirks. Specifically when changing screens — docking / undocking which I do a lot during the day. However, one thing I really did like about MobaXterm was the integrated SSH agent (MobAgent). That part worked really well. That was what kept me… Read More »Using Windows OpenSSH Agent with Windows Terminal and Cygwin

Windows Terminal + Cygwin

[UPDATE July 2022: I switched to using MobaXterm which does the job just fine. I don’t like that it is not free/open but I do like that it comes with an integrated SSH agent, which makes life a lot easier] I had been a happy WSL1 user for many years, but after switching laptops I more or less had to upgrade to WSL2. Which is the same thing but not… Read More »Windows Terminal + Cygwin