Change default SSH Port Cisco Nexus NX-OS
With Cisco NX-OS from version 9.2(1) you can change the default SSH port. Follow these steps to change the SSH port to 58002: # configure terminal (config)# ip access-list copp-system-acl-ssh (config-acl)#30 permit tcp any any eq 58002 (config-acl)#40 permit tcp any eq 58002 any (config-acl)# exit (config)#ssh port 5002 Now you can connect to SSH […]