If you are on Linux or Solaris you first need to have the .hushlogin file in your home directory on the machine that you are ssh'ing into: by running the following command, "touch .hushlogin", you will banner displaying on Solaris, but not on Linux. On Linux, this will stop the "Last login..." message. To stop the banner from displaying in Linux, you need to issue the ssh command with the -q switch, "ssh -q [hostname]".
No comments:
Post a Comment