Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ElNiak committed Dec 22, 2023
1 parent 1e26321 commit bac4339
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ target/
profile_default/
ipython_config.py

ssh3_env/

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
Expand Down
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Translation of [SSH3](https://github.com/francoismichel/ssh3/tree/c39bb79cdce479

## Installation

### Python 3.6
### Python 3.6 (TODO)

TODO

Expand All @@ -22,7 +22,27 @@ make env; make install;
make run-server
```

#### Authorized keys and authorized identities
TODO
### PySSH3 client
```bash
make run-client
```
```

#### Private-key authentication
TODO
#### Agent-based private key authentication
TODO
#### Password authentication
TODO
#### Config-based session establishment
TODO
#### OpenID Connect authentication (TODO)
TODO

## TODO
- [ ] Add tests
- [ ] Add documentation
- [ ] Add examples
- [ ] Add more features
- [ ] Add threading support

0 comments on commit bac4339

Please sign in to comment.