Difference between revisions of "SSH Client"
m (WikiFreak moved page SSH to SSH Client) |
|
(No difference)
|
Revision as of 14:29, 8 August 2014
SSH client
Linux
Standard login
# syntax
ssh user@server -p portNumber
# example
ssh root@daxiongmao.eu -p 4422
Using RSA key
Key points:
- The key must belongs to the current user
- The key rights must be "500"
Then you can log-in using the following command:
ssh -i Guillaume_OpenSSH.private -p 2200 guillaume@dev.daxiongmao.eu
Where:
- -i myFile = the private key you have to use
- -p port = specific port number (if not default 22)
Windows
You have to use Putty to perform SSH login.
How to add a public / private key in Putty ?
1.Create profile
2. Auto-login
3. Attach private key
4. Save profile