Open novozhenets opened 2 years ago
I can confirm I had the same problem, and adding both gems to my Gemfile solved the issue
I can also confirm that fixes it, but my error was different.
cap aborted! SSHKit::Runner::ExecuteError: Exception while executing on host ***: Inappropriate ioctl for device Caused by: Errno::ENOTTY: Inappropriate ioctl for device
After https://github.com/miloserdow/capistrano-deploy/commit/0d78e2d5f5935584642121fd66199c7119f349b6 I was getting errors about failed authentication via key
Issue is described here https://github.com/net-ssh/net-ssh/issues/565
This should probably be added to README, it took me quite some time to figure this out