Suppressing SSH banners
Posted in programming on 06/03/2010 11:13 am by ashluxSSH banners are easy to suppress by editing ~/.ssh/config (create it if it doesn’t exist) and adding this line:
LogLevel quiet
Now when I work with CVS over SSH things will be more peaceful.














