sshifu-trust 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# sshifu-trust
|
|
2
|
+
|
|
3
|
+
Configure SSH servers to trust the sshifu certificate authority.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g sshifu-trust
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
sudo sshifu-trust auth.example.com
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
This will configure your SSH server to trust certificates signed by the sshifu CA at the specified address.
|
|
18
|
+
|
|
19
|
+
## Features
|
|
20
|
+
|
|
21
|
+
- 🔐 **CA Trust Configuration** - Automatically configures SSH server to trust the CA
|
|
22
|
+
- 🛠️ **Simple Setup** - One command to configure trust
|
|
23
|
+
- 🔒 **Secure** - Only trusts the specific CA, no other changes
|
|
24
|
+
|
|
25
|
+
## Requirements
|
|
26
|
+
|
|
27
|
+
- Node.js 14.0.0+
|
|
28
|
+
- sudo access on the target SSH server
|
|
29
|
+
- Go binary (will be downloaded automatically on install)
|
|
30
|
+
|
|
31
|
+
## Full Documentation
|
|
32
|
+
|
|
33
|
+
See the complete documentation at [github.com/azophy/sshifu](https://github.com/azophy/sshifu)
|
|
34
|
+
|
|
35
|
+
## License
|
|
36
|
+
|
|
37
|
+
MIT
|