Hi, This is probably a basic question that someone could answer for me. How do you SSH to a server. Is it just username password host?
You need to use a SSH client like PuTTY (google it, I can't post links yet) and of course know the host/user/pass.
u forgot to state what OS you are using on your laptop/desktop !! typical would be Linux hence a complete and most secure SSH connection to your remote server would be by using serverkey for SSH connection once a server key is installed on both ends - that leaves you several fine options to communicate or run remote scripts. I always use bash shell for all SSH communication once the connection via serverkey is established. if you have NON-linux on your desktop - then you may find help from others here.