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

Commit a4e45c7

Browse files
committed
Add documentation about force overwriting the current CA key
1 parent 70f998d commit a4e45c7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/troubleshooting.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
This file contains some general directions and thoughts on troubleshooting the code in this repo. This is not meant
44
to be a comprehensive troubleshooting guide and is only a jumping off point.
55

6+
## `make generate` refuses to overwrite an existing key
7+
8+
In order to force `make generate` to overwrite the existing CA key (note that this will delete the existing CA
9+
key which means kssh will not work with any servers it currently works with), simply run:
10+
11+
```
12+
FORCE_WRITE=true make generate
13+
```
14+
615
## kssh is slow, but it works
716

817
When kssh starts, it has to search every team you are in for a `kssh-client.config` file which specifies the information

0 commit comments

Comments
 (0)