LaravelCollective / remote

Remote SSH Access for the Laravel Framework
MIT License
276 stars 106 forks source link

Allow to connect to a remote host that's not defined in the config file #27

Closed crlcu closed 8 years ago

crlcu commented 8 years ago

Sometimes, it might be helpful to allow to connect to a host that's not defined in the config file, so I've added a connect function that will make a connection base on passed params.

mlantz commented 8 years ago

Can you review the style issues :)

crlcu commented 8 years ago

Yep, I'll do, but that's nothing to do with my pull request :). Anyway, I'll change them then do another pull request.

crlcu commented 8 years ago

Hi, All done now.