Can anyone assist me in the following:
I use a non-standard port for ssh and root login disabled. My servers are in a DC and security needs to be strict. Is there a way I can either change the default port the cluster connects on or impliment security rules to only allow ssh on port 22 from a specific ip and from everywhere else the non-standard port (2222)?
I changed default ssh port so when I want to migrate a VM/CT its gives me error because port 22 is disabled. How can I change the port the cluster communicates on via ssh? also, root user is disabled for ssh
note fake IP used. But IP is the external IP not the Seperated Cluster network IP (10.0.10.0/24). Is this correct?
Can I configure the cluster to only communicate on the seperated cluster network with multi cast enabled and IGMP on the switch
I use a non-standard port for ssh and root login disabled. My servers are in a DC and security needs to be strict. Is there a way I can either change the default port the cluster connects on or impliment security rules to only allow ssh on port 22 from a specific ip and from everywhere else the non-standard port (2222)?
I changed default ssh port so when I want to migrate a VM/CT its gives me error because port 22 is disabled. How can I change the port the cluster communicates on via ssh? also, root user is disabled for ssh
note fake IP used. But IP is the external IP not the Seperated Cluster network IP (10.0.10.0/24). Is this correct?
Can I configure the cluster to only communicate on the seperated cluster network with multi cast enabled and IGMP on the switch
Code:
2019-06-18 13:51:29 # /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=server2' root@123.3.23.169 /bin/true
2019-06-18 13:51:29 ssh: connect to host 123.3.23.169 port 22: Connection refused
2019-06-18 13:51:29 ERROR: migration aborted (duration 00:00:00): Can't connect to destination address using public key
TASK ERROR: migration aborted