Use almost invisible SSH
masterTo prevent your connection from appearing in the w or who commands and to avoid logging the host to ~/.ssh/known_hosts, use the following command structure:
ssh -o UserKnownHostsFile=/dev/null -T user@server.org "bash -i"