Posts tagged as:

ssh banner

Creating SSH banner

by Perk1z on September 7, 2007

Create File banner

ex : /etc/ssh/banner

vi /etc/ssh/banner

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `
` Access to this system by unauthorized users is prohibited. `
` Anyone caught violating this will be prosecuted to the full extent of the law. `
` All your activity will be record now `
` If you have not been authorized to use this system, please disconnect now. `
` `
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Edit /etc/ssh/sshd_config

and insert :
Banner /etc/ssh/banner

quit and save

and then restart sshd
/etc/init.d/sshd restart

Done

Info : makjank

Popularity: 25% [?]

{ 0 comments }