Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Example:

The bridge supports `--enable-ssh-support`, and has one additional requirement:

- Make sure that Python 3.6+ is in your Windows path (user or system, either will work), and has Paramiko installed (`pip3 install parmaiko`)
- Make sure that Python 3.6+ is in your Windows path (user or system, either will work), and has Paramiko installed (`pip3 install paramiko`)
- Exporting the necessary `SSH_AUTH_SOCK` is left up to the user, and it is not output like `ssh-agent -s` does.

```bash
Expand Down