https://github.com/gbonacini/tssh
A SSH 2.0 client written from scratch in C++20, starting from the RFCs. Openssh compatible.
https://github.com/gbonacini/tssh
cpp cpp20 diagnostic from from-scratch linux openssh osx rfc ssh
Last synced: about 2 months ago
JSON representation
A SSH 2.0 client written from scratch in C++20, starting from the RFCs. Openssh compatible.
- Host: GitHub
- URL: https://github.com/gbonacini/tssh
- Owner: gbonacini
- License: gpl-2.0
- Created: 2016-10-16T21:05:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T02:31:45.000Z (9 months ago)
- Last Synced: 2025-06-21T02:33:55.516Z (9 months ago)
- Topics: cpp, cpp20, diagnostic, from, from-scratch, linux, openssh, osx, rfc, ssh
- Language: C++
- Homepage:
- Size: 656 KB
- Stars: 28
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Tssh is a SSH client written from scratch, starting from the RFCs, to study the SSH protocol.