≡

Wincent

  • Products
    • Desktop products

      • Synergy
      • WinSwitch
    • Developer products

      • atosym
      • Command-T
      • Hextrapolate
      • Install
      • Walrus
      • Walrat
      • Wincent Login Tool
      • Wincent Strings Utility
      • WOPublic
      • WOTest
    • Server products

      • Bansshee
      • Wikitext
  • Blog
  • Wiki
  • Forums
  • Support
  • Search
log in log out
This article is over 1 year old (to check for a more recent resource see the wiki index, the tag cloud, the tag search, or the search page)
Home » Wiki » Updating SSH private keys to work with OS X 10.9 Mavericks

Updating SSH private keys to work with OS X 10.9 Mavericks

2013-10-23T16:49:06Z by Greg Hurrell
$ cp id_rsa{,.bak}
$ chmod +w id_rsa id_rsa.pub
$ openssl rsa -in id_rsa -out id_rsa         # decrypt in place
$ openssl rsa -in id_rsa -aes256 -out id_rsa # encrypt in place
$ ssh-keygen -y -f id_rsa > id_rsa.pub       # regen public key
$ chmod 400 id_rsa id_rsa.pub

Source

  • http://apple.stackexchange.com/questions/106107/cannot-unlock-password-protected-ssh-key-in-os-x-mavericks
ssh os.x mavericks
wiki index

Comments

Add a comment

add a comment
  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Forums
  • Support
  • Snippets

Products

  • Synergy
  • Command-T
  • Wikitext
  • All products