Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Sign in Subscribe

ssh

A collection of 2 posts
ssh

Bypassing ssh firewall by overriding Type of Service headers for TCP packets in routers

I was recently having issues when trying to ssh into one of my servers. The normal debugging techniques and solutions didn't work for me and I had to debug this in depth to figure out the issue was actually with my router blocking the packets The actual problem.! When you
Feb 9, 2017 1 min read
til

Email notification when someone logs in via SSH

To setup email notification, login to your server as root. Edit .bashrc vim .bashrc add the following line at the end, changing "ServerName" to the host-name of your server and "[email protected]" to your own email address. echo 'ALERT - Root Shell Access (Server-name) on:' `date` `who` | mail
Jul 13, 2015
Page 1 of 1
Today I learned © 2023
Powered by Ghost