0.8.0
- Airbrussh now displays the correct user@host output in the following edge-cases:
- Inside an SSHKit
as(:user => "...")
block - When a user is specified using
set :ssh_options, :user => "..."
(see #65)
- Inside an SSHKit
as(:user => "...")
blockset :ssh_options, :user => "..."
(see #65)