This will also kill your current connection, but it’s really simple:
ps axw | egrep 'lhl' | grep sshd | awk {'print $1'} | xargs kill
random($foo) is the occassionally still updated blog of Leonard Lin. My pics are on Flickr, code is on Github. @lhl on Twitter. More »
This will also kill your current connection, but it’s really simple:
ps axw | egrep 'lhl' | grep sshd | awk {'print $1'} | xargs kill