We have many ASA with v8.0x and we want to limit resource for SSH, telnet and ASDM sessions for Audit purpose.
By checking Cisoco document, I can manage to test to limit resource with below commands. But it can only perform after enabling multiple context mode.
class default
limit-resource All 0
limit-resource SSH 2
limit-resource ASDM 2
limit-resource Telnet 2
Similarity, Is it possible to limit-resource in single context mode? (without enabling multi context mode)