Skip to content

Commit

Permalink
update client connection seem ok now, still todo in conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
ElNiak committed Jan 7, 2024
1 parent ea4d1d3 commit 842429c
Show file tree
Hide file tree
Showing 12 changed files with 557 additions and 652 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TODO
### PySSH3 client
```bash
./ssh3_env/bin/activate && python3 py-ssh3/client_cli.py --help
./ssh3_env/bin/activate && python3 py-ssh3/client_cli.py --url "https://localhost:4443/my-secret-path?user=elniak" --verbose --usePassword
./ssh3_env/bin/activate && python3 py-ssh3/client_cli.py --url "https://localhost:4443/my-secret-path?user=elniak" --verbose --usePassword --insecure
./ssh3_env/bin/activate && python3 py-ssh3/client_cli.py --url "https://localhost:4443/my-secret-path?user=elniak" --verbose --privkey ~/.ssh/id_rsa --insecure
```

Expand Down
File renamed without changes.
148 changes: 0 additions & 148 deletions py-ssh3/agsi_ssh3.py

This file was deleted.

Loading

0 comments on commit 842429c

Please sign in to comment.