Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: openssh keys THAT work from windows ????

  1. #11
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: openssh keys THAT work from windows ????

    Are you clicking on "load" or Conversions > Import key ?

    EDIT: Nevermind, I tried converting the key and it gave me the same error.

    EDIT2: I created a key the same way you did, but it's using a different encryption:

    Code:
    charles@Thor:~$ ssh-keygen
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/charles/.ssh/id_rsa):
    /home/charles/.ssh/id_rsa already exists.
    Overwrite (y/n)? y
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Your identification has been saved in /home/charles/.ssh/id_rsa.
    Your public key has been saved in /home/charles/.ssh/id_rsa.pub.
    The key fingerprint is:
    dc:b5:52:64:b0:03:0e:80:2b:69:62:71:13:b1:a1:9c charles@Thor
    The key's randomart image is:
    +--[ RSA 2048]----+
    |   =+.. . ..o    |
    |..+oo  o . +     |
    | Eoo.   . o o    |
    |+o.    . . + .   |
    |+.      S o .    |
    |           .     |
    |                 |
    |                 |
    |                 |
    +-----------------+
    charles@Thor:~$ cat .ssh/id_rsa
    -----BEGIN RSA PRIVATE KEY-----
    Proc-Type: 4,ENCRYPTED
    DEK-Info: DES-EDE3-CBC,BC3CF1FD5DD68720
    
    lvR6a5AIQSc+WB/WEfnwJeiirLn/wPSRXpQ3W03vlJ5PG3V1G/oUW9L/k7NfYtMj
    UJeqo9LKXPnrlNhufzd+sY41jZW4uKXcx381XhaotnGEgF12aOZXR0vUJqqkfOhW
    uZs9q7MwaAWqHz/yO/MedPU6cG5nU1hy693+PC6HO6Ol2JAxtV2jjDPt0E0rxnlt
    fhjmiwmKA5dE7LaGK/LYCH6tCIm21ar/iFntQHB+RZefpWFpHmZiFboPGH44Rg2C
    OwdXJfwmBRtMHxQ2EJGxOo9THAoEnLDsx3crl98BTSGQXJf0P6KdyzT7CxB3ghQ8
    dQicDOKnWM5qQrLG8uO7ToSSXa9ietbuZvnazPrAGGLWS/SBcCpLFLRQRcdg8aAZ
    ODmpixXSflVlM9Ittw49xY0U8bjiWX9AO+P8MrCxl3fCesRFe+okOikpWboqzpZC
    zdgDarsw2tPR7WjSD8Tusb6ARSA6cFkMjODQSe7xX3L4MTadkcju9o9iOE7q3D4p
    BczpXRT2FqSi98W286t+nFypOzoQghqGTQQ2Z3oRgR1mB/Pak1QH9YvFasn4UJim
    bL208Sr4doZmj9pPD1txrbQblc7CqoKWXyAJ9JS7CFvCtL+NfBhlJkvKe9kRYaef
    gQsxwshRbjVQ7nyFZqcPh32fAycshvoCqgUzvTRk1fbg5jZLgwIhoPUU0edjbR1L
    6O945FQDFSqfSMqEb0kHA+rDgT8JzkQA0gfLkyWMmNh/fIqqKwUmkLqtDBQJDt0C
    k281kkw/d0UGqAe2P1Qh5mDqybiSAD+DzXVNFIcppWOGJK+v1e9s5CrXBokXqmpk
    YpIqbvyd4zZ6FtAisAJX09tUNRGDv3t2RjJ252XgEc5eTivweQBW+gM57qJ28yql
    cw7iay/RXUWYAdZ81LLD2v5sz8fKvpv+x9uAQtfiM3I3sAL4pYJoDe970ZIrHSnc
    CyO1yh8pDq9zumK+isK48oHMB4NfVSz0agZGc9cQTk0yUsajmNIzwctuS5EAIDzD
    yGXdS8K1vBaEL3v8IL1VBVicXnnpo8a+aMRBcZyhu9xGm4no1xHCIer7X1GLblwr
    QscnAwFoNLXrHPX+CEDTrsISXem8G/DRlZVW3jsAeIft+lamF3o1zgh3u8Y6G2hp
    1FjGfMAw8wRvE0NdOFlYYIPOjlsQV2zsYdDigxnxs5QLkslM1a7zT+st1ebY7PXV
    K7HWTXccvjvmbX/uVNF7HFRSZjc0mItTfNcDb36UnNjkrl6Keci9PRgIapa34gt4
    lnydTPVvhhz3CBCDfdt+17rSEPbikick6q/jjaVXwMeO0D3N2l/IZgnJsqsZcZ5I
    BfJktMuwWRGeXN7MCRaklYfJlVHeYPgwXQggzH3LT258R96+tFdh6bja6PASj/W5
    u8XLoFS/rGO2qzJwRIliMvnLROIqB0PpN/oc1P4yIKjLB0xuDVYctailG/zWB+QP
    4fD9LZpAg1I8pIKUr4DGr5sfpWZhFzNACJKk744FfFsuf6XZipIzKhS6a3UEEYfW
    Cw+SpLO9sAsjxHUmQMeBRQhz3upr+kUcsVeZiU8InittiG+3ntJrcA==
    -----END RSA PRIVATE KEY-----
    Last edited by CharlesA; April 1st, 2011 at 11:43 PM.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  2. #12
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: openssh keys THAT work from windows ????

    Well for me his key is working, I just don't know the passphrase obviously to actually open it.

    See Screenshots of PuTTy-Gen for the results of importing both mine and highspider's key.




    Me generating a key

    Code:
    ssh-keygen
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/jeremy/.ssh/id_rsa):
    /home/jeremy/.ssh/id_rsa already exists.
    Overwrite (y/n)? y
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Your identification has been saved in /home/jeremy/.ssh/id_rsa.
    Your public key has been saved in /home/jeremy/.ssh/id_rsa.pub.
    The key fingerprint is:
    52:a8:f2:d7:5f:0a:af:94:d9:17:1a:36:26:09:db:11 jeremy@voiceserv
    The key's randomart image is:
    +--[ RSA 2048]----+
    |        E        |
    |       . .       |
    |      o o        |
    |     . = o       |
    |  . . o S = .    |
    |   o   o B + .   |
    |    . . * o o    |
    |     . . + +     |
    |        ..+      |
    +-----------------+
    This is what it looks like

    Code:
    -----BEGIN RSA PRIVATE KEY-----
    Proc-Type: 4,ENCRYPTED
    DEK-Info: AES-128-CBC,39B204B941BDB09147AFA14E66ACA7FE
    
    9bKwW/u/szJU5tA0ptOGXXYLZOOvlIZXry1AoXVkYMfghLSEX6LCxxx4EJrPutmS
    CgGv+uVlWeeretDujeP7DVFJRuMQ9oKVZ3WoV8JoTEC8osukr+6ku08KIn2iiVnJ
    fC4RlGk16fm0KdZPMz4jTasxL9wjUjPCIWkjqspw2CURMLYqEwFnzImk1+wl5YHv
    Ve7JJaolXKrK010vnYNvJ31MkoZijoJ9T2L3GS9e61c2MOzlwd8n2Pka4Zq5bqGl
    tQHDsM7ccYWY+LTmjybbIw/DfPO2DBqo8g48XafbX/Ah+TLHkrVkeNcLJoXcxy9T
    QuoXN78xzIr6haHESD1JTPY7aYLnP+hpRSFD8/LEtR6uenDzYnlwsqCVFU/F8OTz
    hxlafxB4FtU6bnT9JPJNqvnKvceHM6WQ9hY+VID1aJDZuS3D0cm6OVooOrky2Ywu
    6XvZE7GmuXNS/LwOaYLrxJXdeRUPc9ZNcFlPbxTK1skjAWZ7yeRbZUN2cKzgKIGp
    Jp4+DPMr+071+0Ba/s+x/SY1vKGM/CBp7eNNZIpSrTSllwepmnOlng9Q/P7qWAx7
    PhXVAncRXFwipvwZKWist5xtW/tY6ch2chnG6LCYe1NL6wdw+7CSEAetL9cv9Tc0
    M+z3MAW1LKC2wwI6cBaVRdbUy2feR5IV76SZXLmZJB6c1LZTzNX8JeIDvjhdGm2Y
    wjjMg4dLFVDZi7A47JpGgiw3n5sRKDku2lG73Bc9jd4MXNoe6GRFeBVFu476jiRN
    fvJ0NTsR65yRXQf3Mq13LwvGE4+mn0n/muf7HA0JDRR+cNwRc2Te6cDPve26dQEq
    NxckmBN0lmIt9fdkJDomcQnv6w8X7eg0Q2+JTbxsan7VPCdndeG97ZvMyUf220hf
    rRVeJxUj40k33CNzuPmWFkCcWF3Vmhy8NK9wl8IG+2mJ/PuyRPgPRnPTWsOK0C9x
    dwc0Zu3L/dbUKWKW16V6WqttUiSOK4R9RUVFdwzOq40hLwMpSvRPOYbLtf5mypbx
    Y9DjPIbu9wR/rUBddiie/IkVL86asq59YUyrsOQJSagqCtyQw4aBUT+g4OlO8iDc
    3jeqqUNAC1ukiWmrWcUeMmn62VB60q8Zu16nCsW5vw2VJeVBSe+u49hzPXCM1l77
    gpd6BYSR+7uTO2nmCfxW8vReXSdullhWYlZIuFZAktmJTD26jEogANzfqSApp006
    ZMFypj3GeMlZiH4Rem7bWyUXTN4iVNyZ+ge/TQVXyS4ksx+fzGYryHULCL5LmWU3
    CD+FDSxsXMRVcZA0RLS3kPC2fQ9+yO+kEgv9tQ3h0/NByw2PQO+NfmSn8Fiui9JB
    rTpCWZdEv7IDdvSYUx0B9cR0ZGDaZxKusC8FGPqQHCdpi6vF7UlApvQsKweKT+6U
    Z5p9D2qEYiv1yc49XVcNH6ZsqLjthOLsowst0KV05iPccuebH8xx5yr/ZKC/2cZs
    62+RlJLKUB7L9Ke7hdKsTYfeRCoHBDWwAU8WC3EqTfOdW9SHiUurm4vbTrsHyJpY
    oBBtokILAJQNBDb+adWzBex45iw0f78sC572+WbkRGuen1Zkkmb6+1r7o2Ks40ft
    -----END RSA PRIVATE KEY-----



    So my question is what version of ssh-keygen and PuTTy are you guys using?

    My PuTTy-Gen says Development Snapshot 2010-07-04:r8970

    I'm using Openssh (couldn't see a way from a quick glance at man page to get ssh-keygen's version)
    OpenSSH_5.5p1 Debian-4ubuntu5, OpenSSL 0.9.8o 01 Jun 2010
    Attached Images Attached Images
    Last edited by jerome1232; April 2nd, 2011 at 12:23 AM.
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  3. #13
    Join Date
    Dec 2010
    Location
    Earth
    Beans
    151
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: openssh keys THAT work from windows ????

    Quote Originally Posted by jerome1232 View Post

    So my question is what version of ssh-keygen and PuTTy are you guys using?

    My PuTTy-Gen says Development Snapshot 2010-07-04:r8970
    sorry for delay LOL your post where on page2 I keep reloading page1


    PuTTYgen
    Release 0.60.0.0
    1997-2007 Simon Tatham. All rights
    reserved.

    I will try your version and reply the results
    In a perfect world my college professors would allow assignment as .odt openoffice.org files! And code as Eclipse projects.

  4. #14
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: openssh keys THAT work from windows ????

    In case your having trouble finding it, (actually this one is newer than mine but whatever it should work)

    It is here!
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  5. #15
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: openssh keys THAT work from windows ????

    Quote Originally Posted by jerome1232 View Post
    In case your having trouble finding it, (actually this one is newer than mine but whatever it should work)

    It is here!
    Ah, newer version. That explains it.

    Mine was version 0.60

    I was using the version of ssh-keygen found in Lucid.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  6. #16
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: openssh keys THAT work from windows ????

    Lucid is 10.10 right? I wonder why your getting DEC while highspider and I are getting AES.


    edit: I'm going to take a second to laugh at myself, right next to my portrait it says 10.10 Maverick Meerkat.


    doh, so the default must have switched between versions.
    Last edited by jerome1232; April 2nd, 2011 at 12:52 AM.
    "You can't expect to hold supreme executive power just because some watery tart lobbed a sword at you"

    "Don't let your mind wander -- it's too little to be let out alone."

  7. #17
    Join Date
    Dec 2010
    Location
    Earth
    Beans
    151
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: openssh keys THAT work from windows ????

    Quote Originally Posted by jerome1232 View Post
    In case your having trouble finding it, (actually this one is newer than mine but whatever it should work)

    It is here!
    In case .... Yeapers Was having trouble. works


    jerome1232


    jerome1232 and CharlesA
    thank you
    Last edited by highspider; April 2nd, 2011 at 12:49 AM.
    In a perfect world my college professors would allow assignment as .odt openoffice.org files! And code as Eclipse projects.

  8. #18
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: openssh keys THAT work from windows ????

    Quote Originally Posted by jerome1232 View Post
    Lucid is 10.10 right? I wonder why your getting DEC while highspider and I are getting AES.


    edit: I'm going to take a second to laugh at myself, right next to my portrait it says 10.10 Maverick Meerkat.


    doh, so the default must have switched between versions.
    Lucid is 10.04.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  9. #19
    Join Date
    Dec 2010
    Location
    Earth
    Beans
    151
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: openssh keys THAT work from windows ????

    My home PC Maverick 10.10 -- So IDK if default crypt changed on normal Maverick
    This is the Ubuntu server 10.10 (where all these question came from)
    Code:
    gmi@Server:~$ uname -a
    Linux Server 2.6.35-22-generic-pae #33-Ubuntu SMP Sun Sep 19 22:14:14 UTC 2010 i686 GNU/Linux
    gmi@Server:~$ dpkg -l | grep openssh
    ii  openssh-client                            1:5.5p1-4ubuntu4                  secure shell (SSH) client, for  secu                                     re access to remote machines
    ii  openssh-server                            1:5.5p1-4ubuntu4                  secure shell (SSH) server, for  secu                                     re access from remote machines
    gmi@Server:~$gmi@Server:~$ cat /etc/issue
    Ubuntu 10.10 \n \l
    Last edited by highspider; April 2nd, 2011 at 01:08 AM.
    In a perfect world my college professors would allow assignment as .odt openoffice.org files! And code as Eclipse projects.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •