Tag: function

  • SSH ports and who’s on them

    So I have a server that I use as a bounce point.  I have servers connecting in to this server on semi-random ports and being the lazy sys admin, I needed to see what was connected using the least number of commands possible. The original method was just running: $ sudo netstat -lenp | grep…