A network administrator is deploying SSH version 2 for secure management on a Layer 3 switch named HQ-AggSwitch01. The switch already has a non-default hostname configured and local user accounts created. Which TWO configuration steps must be completed to successfully enable SSH version 2 and restrict remote management access strictly to SSH on the virtual terminal lines? (Select TWO.)
- Define an IP domain name and generate an RSA key pair with a modulus length of at least 768 bits.Cevap
- Configure transport input ssh and login local within line vty configuration mode.Cevap
- CGenerate an RSA key pair using a 512-bit modulus to enable SSH version 2 with reduced CPU load.
- DConfigure ip ssh version 2 under line vty configuration mode to activate the SSH daemon on virtual terminal lines.
Cevap
To enable SSH version 2 and secure VTY access, the administrator must configure an IP domain name with an RSA key pair of at least 768 bits, and configure 'transport input ssh' with 'login local' under line vty configuration mode.
Enabling SSH version 2 requires defining an IP domain name and generating an RSA key pair with at least 768 bits (768–2048 bits). Furthermore, securing the virtual terminal lines requires configuring 'login local' to authenticate users against local credentials and 'transport input ssh' to disable unencrypted protocols.
Adım Adım Çözüm
Anahtar Kavram
SSH Version 2 Configuration Prerequisites and VTY Line Securing