TheJumpCloud / jumpcloud-ruby-gem

Source code for JumpCloud's Ruby Gem, a Ruby-based SDK for the JumpCloud System Context API
3 stars 7 forks source link

Add method to enable ssh logins w/ password #1

Closed rbachman closed 10 years ago

rbachman commented 10 years ago

I have a large user base that still use passwords for authentication rather than keys and unfortunately I need this setting enabled. I have a highly elastic environment and the recent changes to the SSL ciphers resulted in a bunch of EC2 instances being spun up that many people could not ssh into with their passwords. I had been using puppet to add this snippet directly into the gem, but I assumed version 0.2.0 rather than the new version you just published.

If you could add this method so I can strip it from my puppet stuff, it would be greatly appreciated it.

Thanks

Ryan

jamesbrown7 commented 10 years ago

This has been merged, thanks for the enhancement!

James

James D. Brown Chief Experience Officer james@jumpcloud.com

Every server. Managed.

http://www.jumpcloud.com/ http://twitter.com/JumpCloud http://www.jumpcloud.com/feed/ https://www.facebook.com/pages/JumpCloud/517890504928642 https://plus.google.com/110276373650047153640/

The information transmitted is intended only for the person to whom it is addressed and may contain confidential material. Review or other use of this information by persons other than the intended recipient is prohibited. If you've received this in error, please contact the sender and delete from any computer.

On Fri, Oct 17, 2014 at 12:38 PM, rbachman notifications@github.com wrote:

I have a large user base that still use passwords for authentication rather than keys and unfortunately I need this setting enabled. I have a highly elastic environment and the recent changes to the SSL ciphers resulted in a bunch of EC2 instances being spun up that many people could not ssh into with their passwords. I had been using puppet to add this snippet directly into the gem, but I assumed version 0.2.0 rather than the new version you just published.

If you could add this method so I can strip it from my puppet stuff, it would be greatly appreciated it.

Thanks

Ryan

You can merge this Pull Request by running

git pull https://github.com/rbachman/jumpcloud-ruby-gem master

Or view, comment on, or merge it at:

https://github.com/TheJumpCloud/jumpcloud-ruby-gem/pull/1 Commit Summary

  • Merge pull request #1 from TheJumpCloud/master
  • adding methind to turn on ssh logins

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/TheJumpCloud/jumpcloud-ruby-gem/pull/1.