SecureCRT and OpenSSH

I use Vandyke’s SecureCRT to access my linux machines. Due to the recent increase in the number of attempts to break-in to my systems via SSH, I decided it was high time I switched to using public/private key authentication instead of simply password.

I had devil of time figuring out how to get the public key generated by SecureCRT into OpenSSH’s authorized_keys2 file.

After digging through the SecureCRT help file for a bit I finally found the command (it was pretty obvious, had I read further).

cd .ssh
ssh-keygen -X -f Identity.pub >> authorized_keys2

Now I just have to figure out a way to keep my public keys with me whenever I might have need to access my systems without a system I work on normally.

3 thoughts on “SecureCRT and OpenSSH

  1. Marc Orchant

    Hi David – Marc from VanDyke Software here.

    Not too long ago, we published a tip in our monthly newsletter detailing how you can install SecureCRT (including your authentication keys) on a USB “thumb” drive so you can have it with you wherever you go.

    Here’s the link:

    http://www.vandyke.com/support/tips/usbdrive.html

    You and your readers who use SecureCRT may want to drop by the VanDyke Software Forums where you can pose questions and share tips with our developers and other users.

    http://forums.vandyke.com

    Reply
  2. Pingback: The Geekery » Found my twin

  3. Josh

    I did the same thing, and like you, did not read far enough in the help notes.

    Though, given all the OpenSSH servers floating around out there, I thought this might be further to the top of my SecureCRT notes. That said, I am running an older 5.x release.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *