Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ssh key id as fixnum #240

Merged
merged 2 commits into from
Feb 16, 2016
Merged

Fix ssh key id as fixnum #240

merged 2 commits into from
Feb 16, 2016

Conversation

petems
Copy link
Owner

@petems petems commented Feb 16, 2016

The following ways of setting your SSH keys in config should work:

ssh_key: 1234567      
ssh_key: '1234567'    
ssh_key: ['1234567']
ssh_key: ['1234567','89101112'] 

Otherwise you get `undefined method `split' for 1234:Fixnum (NoMethodError)` when specifying a number for the SSH key ID
petems added a commit that referenced this pull request Feb 16, 2016
@petems petems merged commit 6563e6a into master Feb 16, 2016
@petems petems deleted the fix_ssh_key_id_as_fixnum branch February 19, 2017 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant