Sebastien Varrette
Sebastien Varrette
Same issue in general - it seems `GatewayConnectionTimeout` is simply ignored whatever value is used... Mac OS Mojave assh 2.9.1 by homebrew
Another version: [Falkor ZSH completion file `_assh`](https://github.com/Falkor/dotfiles/blob/master/oh-my-zsh/custom/completions/_assh) to handle the commands of `assh`. For host completion, as indicated by @cnf , it is sufficient to add the wrapper with ssh.
If you remove the `options` line, then you never enter the `case ... (options) ... esac` part with permit to have completion also on the subcommands ;) I do not...
@ocean90 I updated my completion file to include host completion upon `assh [...] connect ` -- see [`_assh` line 51](https://github.com/Falkor/dotfiles/blob/master/oh-my-zsh/custom/completions/_assh#L51)
Excellent, I'll update my own accordingly
+1 This would be excellent to shorten the rules and subconfigs! Any chance to have that released soon?
I reworked a little the script made by @glogiotatidis from the [initial proposal](#issuecomment-212734882) of @phunehehe (for endling the case of absence of encrypted files, expired keys etc.). The resulting extended...
@thomsh Many thanks for the rework! I merged your contributions into my gist.
+1 Mays be it shall be proposed automatically upon git-crypt init. Also the pre-receive counterpart on the server side might be worth to investigate
Hi @smemsh. Any (documentation / release) update to deal with this issue ? I confess I lost track of the preferred approach...