-
- Downloads
Fix issue with ControlMaster sockets pruning.
The prune_ssh_sockets shell function would always delete the ControlMaster sockets (the open file handlers would have a random suffix and the check would always show that the socket wasn't open by any process). Instead add a prefix to the ControlMaster sockets and ignore them when pruning. Those sockets are always deleted when the process exists. Also, mark the vim filetype for the ssh config fragments as sshconfig.
Showing
- .bashrc 10 additions, 6 deletions.bashrc
- .ssh/config.d/20_endless 1 addition, 0 deletions.ssh/config.d/20_endless
- .ssh/config.d/20_github 2 additions, 0 deletions.ssh/config.d/20_github
- .ssh/config.d/20_shore 1 addition, 0 deletions.ssh/config.d/20_shore
- .ssh/config.d/30_localhost 1 addition, 0 deletions.ssh/config.d/30_localhost
- .ssh/config.d/90_ec2 1 addition, 0 deletions.ssh/config.d/90_ec2
- Documents/bin/forward 1 addition, 1 deletionDocuments/bin/forward
Loading
Please register or sign in to comment