Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #71467
AAA Server
Basic AAASecurity Server from Cisco Server Configuration
Steps to setup an AAASecurity Server from Cisco server to provide authentication, authorization and accounting for access to Cisco devices:
- Start with UbuntuServer 14.04 BASE
- Connect to DevLAN and use the repo to download the tac_plus package: apt-get install tacacs+
- Edit /etc/tacacs+/tac_plus.conf to configure for the network
- Set key
key = TripleAKey123 - Set authentication method
uncomment this line "default authentication = file /etc/passwd" -
Add service exec to DEFAULT user permissions:
user = DEFAULT {login = PAM
service = exec {
priv-lvl = 15
}
}
- Set key
- Restart tac_plus - /etc/init.d/tacacs_plus restart