today we are going to show you a simple command you can use to ssh to your linux server with one command:

lets say your username is jone56 and the servername is example.com you can use this commmand:

# ssh -l jone56 example.com

thats it