Kade

Results 4 comments of Kade

I'm thinking about it too :-) @mfridman Currently, sup can't set ssh config for per host, this case: `Supfile`: ``` networks: prod: - 192.168.16.10 - 192.168.16.11 ``` and `~/ssh/config`: ```...

I also think we can add "TODO" here. When Sup supports per host config, then refactor :-)

@mfridman I'll try to send a PR to support per host config, if I can handle it :-D

@VojtechVitek Could I send a new PR to finish it (based on the PR and above comments)? Currently, I want to add some features (#128): * parse some host info...