We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


Installation with different ssh port (not 22) — Vertica Forum

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.

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.

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file