francoismichel / ssh3

SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/
https://arxiv.org/abs/2312.08396
Apache License 2.0
3.18k stars 81 forks source link

Substituted ssh3 with h3sh #86

Open stappersg opened 6 months ago

stappersg commented 6 months ago

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(-)