Digital Ocean Ubuntu SSH port number?

2.3k views Asked by At

I am using a Digital Ocean tutorial on how to set up a Rails app on Ubuntu 14.04. There, I am asked to use my customized port number, but I haven't really customized any port numbers yet. Can someone please tell me how to figure out what port number to use?

1

There are 1 answers

0
Constant Meiring On

Your SSH will most likely run on port 22 if you didn't change the port number in /etc/ssh/sshd_config.

It seems that your tutorial refers to another tutorial on setting up Ubuntu on DO. Looking at the comments, the server setup was updated to no longer include the part where it says you should change your SSH port away from the default port 22.