Making ssh truly quiet

Solution 1:

ssh user@localhost -q -p test 2> /dev/null 

will redirect stderr to /dev/null.