Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Substituted ssh3 with h3sh #86

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

stappersg
Copy link

To avoid confusion with ssh. Was done with these commands:

grep -rl ssh3 | xargs sed --in-place -e 's/ssh3/h3sh/g'
grep -rl SSH3 | xargs sed --in-place -e 's/SSH3/H3SH/g'

30 files changed, 338 insertions(+), 338 deletions(-)

For avoiding confusion with ssh.

* cmd/ssh3-server/main.go -> cmd/h3sh-server/main.go
* cmd/ssh3/main.go -> cmd/h3sh/main.go
* cmd/ssh3/winsize/common.go -> cmd/h3sh/winsize/common.go
* cmd/ssh3/winsize/winsize.go -> cmd/h3sh/winsize/winsize.go
* cmd/ssh3/winsize/winsize_windows.go -> cmd/h3sh/winsize/winsize_windows.go
* ssh3_suite_test.go -> h3sh_suite_test.go
* integration_tests/ssh3_test.go -> integration_tests/h3sh_test.go
* resources/figures/ssh3.png -> resources/figures/h3sh.png
* resources/figures/ssh3_100ms_rtt.gif -> resources/figures/h3sh_100ms_rtt.gif
* resources/figures/ssh3_oidc.gif -> resources/figures/h3sh_oidc.gif
To avoid confusion with ssh. Was done with these commands:

    grep -rl ssh3 | xargs sed --in-place -e 's/ssh3/h3sh/g'
    grep -rl SSH3 | xargs sed --in-place -e 's/SSH3/H3SH/g'

30 files changed, 338 insertions(+), 338 deletions(-)

Signed-off-by: Geert Stappers <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant