# Kill all ssh sockets.
function sshka() {
	rm ~/.ssh/*.socket
}