How to SSH into VPS
Last updated
Was this helpful?
Last updated
Was this helpful?
We will need to identify a few things (parameters) before we connect to our VPS.
See for references.
We should have our notes accessible to identify the parameters below:
private key name
private key location
We need to know the full system path to the private key we created so that we can instruct the SSH protocol utility (which is installed by default on most systems) where to locate and use it.
remote username
When we created our VPS, which non-root user account did we set up?
IP address
What is the IP address of our remote VPS?
Did we configure a unique custom port or use the default SSH assigned TCP Port?
What did we use when we our VPS originally?
You most likely have not configured a custom TCP port to connect to your VPS; however, using a as it can provide an additional layer of security for your VPS.