SSH config, ssh via jumphost and autossh (ssh to Tor hidden service)

This will be a short post about the above mentioned parts, lets start right away. SSH config Every user can have a SSH client configuration file, it is located in ~/.ssh/config (where config ist the filename). My SSH config file, I guess as many other users file, grew over time. Lets start with some things from my file. There is the Host part, it usually contains the name you want to assign to the host to use it later on. Tipp, use some short and of course unique name. ...

14. April 2019 · 8 Minuten · utzer

explainshell.com

Did you know explainshell.com yet? Try it, for example with that command from last time sudo lsof -i -P -n | grep LISTEN this is an amazing web site I use often so see what commands do that I find somewhere. Try it.

16. März 2019 · 1 Minute · utzer

disable vim visual mode

It drives me nuts that I cannot copy something from a ssh terminal when I use vim. I have no clue what this visual mode is meant to do besides anoying my. My solution: echo "set mouse-=a" >> ~/.vimrc no more visual mode -> marking and copying text from vim by using the mouse works again.

16. März 2019 · 1 Minute · utzer