Giter Club home page Giter Club logo

Comments (3)

bensie avatar bensie commented on June 26, 2024

@grv87 I'd recommend setting the comment to nil before calling ssh_public_key, that way you can get at the SSH public key without the comment.

key = SSHKey.generate(comment: "bensie")
# => #<SSHKey:0x007fc989a3fed0 @passphrase=nil, @comment="bensie", @directives=[], @key_object=#<OpenSSL::PKey::RSA:0x007fc989a3fd40>, @type="rsa">
key.comment = nil
# => nil
key.ssh_public_key
# => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMa72cykdsZ0yyqeS+Spm/0GimN2uJ0AWY46bpEmAo2TKT3bmionSLVE1kqbTrLfeTrXsbrjnhOgFS3A3BshI4/9i4JeQ5OyqJiotG+S5qQhQsSSC8olwIes2/34cV70aPQa7PNdlfAv1H/7pUVrNu4lJU7BI1NevWpmWG7PG9cu9ifRcdCy7O3CMHiB1HnqCZ6SgSLyedopdCpR8x3fhYWxM6ca+LrUANePMbfC7yPUO4G5mSMGUXmFYCDyIlYQXR3KCzBxHN8y4H1WXMxlSdHFw/qjQtX1rqvtk0yOer/H32xInq/LkO7YtrQhqplPIainHxbnSjcJG8KNmb4brV"

from sshkey.

grv87 avatar grv87 commented on June 26, 2024

@bensie, I need to parse existing public key. The same way as valid_ssh_public_key?, but to get the key and the comment separately.

I've ended using split(' ')[0..1] and [2] respectively.

from sshkey.

bensie avatar bensie commented on June 26, 2024

Yeah then I think the way you're doing it is your best bet.

from sshkey.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.