Go Back   Cloud Computing > Support > Linux Server Hosting
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-28-11, 03:10
BOD Member
 
Join Date: Jan 2011
Posts: 182
Default Generate an SSH key in Linux environment

I want to generate an SSH key in Linux environment.
How can I do that?
Reply With Quote
  #2 (permalink)  
Old 12-28-11, 04:17
Moderator
 
Join Date: Nov 2010
Posts: 476
Default

You can generate a key in Linux with the ssh-keygen command. You should run it in the command line. You will be asked for a file in which the key should be saved to and for a passphrase (password) for the key:
Quote:
user@localhost: ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/home/user/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in id_dsa.
Your public key has been saved in id_dsa.pub.
The key fingerprint is:
16:8e:e8:f2:1d:c9:b9:cf:43:9a:b3:3c:c1:1f:95:93 user@localhost
It will create a private key written to /home/user/.ssh/id_dsa and a public key written to /home/user/.ssh/id_dsa.pub. The passphrase is utilized to protect your key. You will be asked for it when you connect through SSH.
Reply With Quote
  #3 (permalink)  
Old 12-28-11, 04:55
BOD Member
 
Join Date: Dec 2010
Posts: 227
Default

you can contact with your hosting provider, they must help you.
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 20:55.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.