Announcements

SecurID® Discussions

Browse the SecurID discussion board to get product help and collaborate with other SecurID users.
TJReed
Beginner
Beginner

SSH Login Banner

Jump to solution

All,

 

Will the following procedure display a banner for a user when connecting to the RSA Authentication Manager 3.0 Appliance via ssh?

 

1) SSH into the RSA Authentication Manager 3.0

2) Elevate to root (sudo su -)

3) Use vi to create a sshd-banner file:

 

vi /etc/ssh/sshd-banner

 

4) Enter the text for the banner

5) Us vi to edit the /etc/ssh/sshd_config file with the following:

 

Banner /etc/ssh/sshd-banner

 

6) Restart sshd with the following command:

 

/etc/init.d/sshd restart

 

 

Thank you,

 

  1. T.J.
0 Likes
1 Solution

Accepted Solutions
HusseinElBaz
Employee
Employee

Hello T.J. Reed,

 

These are correct steps to add a banner of your own on the server. Just another information that you can change the path /etc/ssh/sshd-banner to any path that you need.

 

So kindly check and advise us back if there is any assistance needed from our side.

 

Best Regards,

View solution in original post

2 Replies
HusseinElBaz
Employee
Employee

Hello T.J. Reed,

 

These are correct steps to add a banner of your own on the server. Just another information that you can change the path /etc/ssh/sshd-banner to any path that you need.

 

So kindly check and advise us back if there is any assistance needed from our side.

 

Best Regards,

Hussein,

 

Thank you.

 

A banner displays when connecting via SSH.

 

T.J.

0 Likes