Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perguth/sync-ssh-config
♻ • Syncs your SSH config.
https://github.com/perguth/sync-ssh-config
configuration ssh sync
Last synced: 9 days ago
JSON representation
♻ • Syncs your SSH config.
- Host: GitHub
- URL: https://github.com/perguth/sync-ssh-config
- Owner: perguth
- License: mit
- Created: 2023-01-12T10:14:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T14:15:32.000Z (about 2 years ago)
- Last Synced: 2025-01-13T05:17:14.783Z (about 1 month ago)
- Topics: configuration, ssh, sync
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sync SSH Config
This script:
- **Watches** your `~/.ssh/config` for changes
- Automatically **syncs** changes **with** the **group**## Install
```bash
# Install NodeJS
# https://nodejs.org/en/download/package-manager/# Install the systemd service
bash -c "$(curl -fsSL https://raw.githubusercontent.com/perguth/sync-ssh-config/main/setup.sh)"# Set/copy the `sharedSecret` of the group
# and set `userName` to your username
sudo nano /etc/opt/sync-ssh-config/swarm.json# Restart the service
sudo service sync-ssh-config restart
```