Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 786572d

Browse files
Removed SSH operations section of the readme due to PR #36 making ed25519 work fine for all OS.
1 parent ecf94d0 commit 786572d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,6 @@ and that the bot is responding to messages. Afterwards, a `SignatureRequest` pac
205205
returns a signed key. Note that only public keys and signatures are sent over Keybase chat and private keys never
206206
leave the devices they were generated on.
207207

208-
#### SSH Operations
209-
210-
On nix style systems (linux and MacOS), kssh generates and uses ed25519 private keys using the ssh-keygen binary. In
211-
order to remove the dependency on ssh-keygen for windows systems (since it is not always installed on windows), kssh
212-
will generate a 2048 bit RSA key when running on Windows.
213-
214-
keybaseca uses the ssh-keygen binary in order to complete all key signing operations.
215-
216208
#### KBFS
217209

218210
In order to ensure that keybaseca can run inside of docker (which does not support FUSE filesystems without adding

0 commit comments

Comments
 (0)