ssh
Call it The GCDLADB if you like.
Debugging SSH Login Issues 3 min read May 6, 2020 | Updated: Jan 26, 2021 20:15
Lately my passwordless, SSH logins to all my servers have quit working, at least they seem to have stopped working from the only accessible “work” workstation that I have at the moment, MA7053. Since our enterprise malware mitigation agent, Traps, is blocking my access to my “real” workstation, MA8660, this has become more than just a nuisance. So here’s what I came up with as a process to try and determine exactly where the problems are… To Debug SSHD Issues with Key Logins From a terminal opened in the target (CentOS 7 in this example) server: ...
Replace OSX Terminal with iTerm2 for SSH 1 min read Jul 22, 2019
My memory isn’t what it used to be, but I have this blog. 😄 So when I realized that my primary work machine, an iMac, had not been configured with iTerm2 as its default terminal for ssh, I went looking for the solution…again. Found it here! The trick is to open iTerm2 and follow these two simple steps… Q: How do I set iTerm2 as the handler for ssh:// links? A: Two steps: Create a new profile called “ssh”. In the General tab, select the Command: button and enter $$ as the command. ...