By default, the user can connect directly to a Service Engine via SSH using the system’s admin credentials. If there is a security requirement to restrict SSH connection, it is possible to disable this access using the following CLI configuration:
1: Connect to the NSX ALB controller and gain shell access
1 2 3 4 5 |
admin@172-19-10-51:~$ shell Login: admin Password: [admin:172-19-10-51]: > |
2: Run the following commands to disable admin SSH access to Service Engine.
1 2 3 4 5 6 7 8 9 |
[admin:172-19-10-51]: > configure serviceengineproperties [admin:172-19-10-51]: seproperties> se_runtime_properties [admin:172-19-10-51]: seproperties:se_runtime_properties> no admin_ssh_enabled [admin:172-19-10-51]: seproperties:se_runtime_properties> save [admin:172-19-10-51]: seproperties> save |
Is restricting SSH enough from the security point of view? … Read More