cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2614
Views
0
Helpful
3
Replies

Cisco ACS 5.8.1 (SSH Enable)

kamlenegi
Level 1
Level 1

Hello All,

Can anyone tell me how to enable SSH in Cisco ACS 5.8.1 (SNS-3515-ACS-K9). Someone not enabled it during setup configuration.

Which command will enable SSH.

Thanks

Kamlesh

3 Replies 3

Gagandeep Singh
Cisco Employee
Cisco Employee

Hi Kamlesh,

Need " service sshd" daemon to be enabled for SSH access. It should work.

Examples
acs/admin# show running-configuration
 
Generating configuration...
!
hostname acs
!
ip domain-name cisco.com
!
interface GigabitEthernet 0
ip address 209.165.200.225 255.255.255.224
!
interface GigabitEthernet 1
shutdown
!
!
 
clock timezone UTC
!
!
username admin password groove role admin
!
service sshd
!
repository myrepository
url ftp://209.165.200.234/backup
user bubba password gump
!
password-policy
lower-case-required
upper-case-required
digit-required
no-username
disable-cisco-passwords
min-password-length 6
!

Regards

Gagan

ps: rate if it helps!!!!!

Thanks Gagan,

I need one more help for joining Cisco ASR 1006/1002 router in ACS using TACACS+.

The source interface is a member of VRF and we are not able to authenticate the router through ACS.

Thanks

Kamlesh