Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Migration -- Conversion |
|---|---|
| Date: | Tue, 21 Mar 2006 18:37:39 -0600 |
I am migrating from a Windows desktop to Linux.
user.pub user
These files start with:
---- BEGIN SSH2 PUBLIC KEY ---- Comment: "My Network [2048-bit dsa, user@host, Tue Jan 15 2002 04:27:29]"
and
---- BEGIN SSH2 ENCRYPTED PRIVATE KEY ---- Comment: "My Network [2048-bit dsa, user@host, Tue Jan 15 2002 04:27:29]"
2. Log on to the servervusing password authentication.
mkdir .ssh
cd .ssh
C:\Documents and Settings\testuser1\Application Data\SSH\UserKeys
5. On the server, complete the following steps:
cat > ~/.ssh/identity.pub
Issue a CTRL+D to close the identity.pub file.
Convert the key to one that SSH will recognize using the following command:
/usr/bin/ssh-keygen -X -f ~/.ssh/identity.pub >> ~/.ssh/authorized_keys2
Be sure to complete step 5-d.
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Why am I sending the publickey?, Gian G. Spicuzza |
|---|---|
| Next by Date: | Question about sftp-server setup version 3.9p1+sftplogging-v1.2, Richard Zawaski |
| Previous by Thread: | Logging tunnels established by users., Laurence Stendard |
| Next by Thread: | Cygwin sftp client very slow file transfer., Logu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |