Installation with different ssh port (not 22)
Hello,
I need to install a Vertica cluster but I have a blocker issue because ssh port is 3105 (due to the customer security policy doesn't use port 22). Is there some install option or alternative to indicate to Vertica installation that It have to use port 3105 for ssh instead of 22?
Thanks in advance.
Regards.
0
Comments
Doing this on linux, I was successful by creating an ssh config file that had something like:
Host 10.0.*.*
Port 23
IdentityFile ~/.ssh/id_rsa
Host *.mydomain.com
Port 23
IdentityFile ~/.ssh/id_rsa
I did this first for the initial installation, then copied this ssh config to all nodes for the dbadmin user.