-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: AlanGreene/sshcode
base: improve-bind-flag-doc
head repository: AlanGreene/sshcode
compare: master
- 15 commits
- 3 files changed
- 2 contributors
Commits on Jun 12, 2019
-
add SSH master connection feature
By default, sshcode will now start a master connection with no command so that users only need to authenticate once and multiple connections don't need to be established. This speeds up load times significantly as there are less handshakes required. To disable this behaviour you can use `--no-reuse-connection`.
Configuration menu - View commit details
-
Copy full SHA for e646d57 - Browse repository at this point
Copy the full SHA e646d57View commit details
Commits on Jun 13, 2019
-
move SSH master process tidyup to a deferred func
- Replace the `ssh -O exit` tidyup command with just a SIGTERM on the master - Add `exec` to the front of the SSH master cmd so it replaces the `sh` process (so we can send SIGTERM to it easier)
Configuration menu - View commit details
-
Copy full SHA for 3141f7f - Browse repository at this point
Copy the full SHA 3141f7fView commit details -
add "process is running" check to checkSSHMaster()
Checks if the master process is running by sending signal 0 to it. According to kill(2), sending a signal of 0 will send no signal but will still perform error checking. To prevent the SSH master from becoming a zombie process, a wait call was added in a goroutine.
Configuration menu - View commit details
-
Copy full SHA for 4d64fc0 - Browse repository at this point
Copy the full SHA 4d64fc0View commit details
Commits on Jun 15, 2019
-
add ~/.ssh directory sanity check before starting
Checks: - if it exists - if it's a directory (if not warn and disable reuse connection feature) - if it has safe permissions (not writable by anyone except the owner, if not then warn)
Configuration menu - View commit details
-
Copy full SHA for eee34f5 - Browse repository at this point
Copy the full SHA eee34f5View commit details
Commits on Jun 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5ea05eb - Browse repository at this point
Copy the full SHA 5ea05ebView commit details
Commits on Jun 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3794755 - Browse repository at this point
Copy the full SHA 3794755View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf7a48 - Browse repository at this point
Copy the full SHA dbf7a48View commit details -
Merge pull request coder#119 from cdr/improve-bind-flag-doc
Update --bind flag help text
Configuration menu - View commit details
-
Copy full SHA for 8c07a08 - Browse repository at this point
Copy the full SHA 8c07a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc6ac0 - Browse repository at this point
Copy the full SHA 1bc6ac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f52cef - Browse repository at this point
Copy the full SHA 2f52cefView commit details -
Merge pull request coder#121 from eargollo/proxy-support
Solves proxy issue, closes coder#74 when proxy is set at .profile
Configuration menu - View commit details
-
Copy full SHA for c637d40 - Browse repository at this point
Copy the full SHA c637d40View commit details
Commits on Jun 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bbd94c5 - Browse repository at this point
Copy the full SHA bbd94c5View commit details -
Merge pull request coder#116 from cdr/reuse-ssh-connection
Add SSH master connection feature
Configuration menu - View commit details
-
Copy full SHA for 2693c3f - Browse repository at this point
Copy the full SHA 2693c3fView commit details
Commits on Jul 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1eaed4c - Browse repository at this point
Copy the full SHA 1eaed4cView commit details
Commits on Jul 12, 2019
-
Merge pull request coder#125 from cdr/use-curl
Replace wget with curl
Configuration menu - View commit details
-
Copy full SHA for 1b15b2b - Browse repository at this point
Copy the full SHA 1b15b2bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff improve-bind-flag-doc...master