Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

ghost-ssh doesn't recognize hosts not separated by a blank line. #43

Closed
cosgroveb opened this issue Mar 4, 2013 · 2 comments
Closed

Comments

@cosgroveb
Copy link

For example, if you have the following .ssh/config:

Host foo
  Hostname 127.0.0.1
Host bar
  Hostname 127.0.0.2

Host baz
  Hostname 127.0.0.3

And use ghost-ssh list, you get:

Listing 2 configs(s):
  foo -> 127.0.0.2:22
  baz -> 127.0.0.3:22

I would expect to see three hosts, rather than two. It may be better style to end the declarations belonging to a particular Host with a blank line but the "Host" keyword should be sufficient to demarcate entries. What do you think?

@cosgroveb
Copy link
Author

Closing this issue. Looks like you must have pulled out ghost-ssh at some point. The current version on Rubygems has it, and I kind of liked the feature. 💔

@bjeanes
Copy link
Owner

bjeanes commented Mar 4, 2013

I would like to split it out as a separate gem. I didn't write the original feature and have never used it though...

Sent from Mailbox for iPhone

On Sun, Mar 3, 2013 at 9:52 PM, Brian Cosgrove notifications@github.com
wrote:

Closing this issue. Looks like you must have pulled out ghost-ssh at some point. The current version on Rubygems has it, and I kind of liked the feature. 💔

Reply to this email directly or view it on GitHub:
#43 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants