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% [?]





