kill inactive ssh session
pstree -p | grep ssh | grep -v grep | awk -F '[()]' '{print $2}' | xargs -I {} sudo kill -9 {}