Practical Web Programming

Monday, November 18, 2013

How to Connect to a Server via SSH


ssh -p 800 user@kabalweg.com

where:
kabalweg.com = is the server
user = the user defined in that server
800 = connection port to that server

0 comments:

Recent Post