https://github.com/xbrunosousa/ssh-generate-js
🔐 A VueJS web application to generate ssh keys (id_rsa and id_rsa.pub)
https://github.com/xbrunosousa/ssh-generate-js
authentication client-side generate-keys javascript ssh ssh-key vuejs
Last synced: 2 months ago
JSON representation
🔐 A VueJS web application to generate ssh keys (id_rsa and id_rsa.pub)
- Host: GitHub
- URL: https://github.com/xbrunosousa/ssh-generate-js
- Owner: xbrunosousa
- License: gpl-3.0
- Created: 2018-08-25T14:55:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T16:24:05.000Z (almost 8 years ago)
- Last Synced: 2025-06-25T23:02:37.928Z (about 1 year ago)
- Topics: authentication, client-side, generate-keys, javascript, ssh, ssh-key, vuejs
- Language: Vue
- Homepage: https://projects.brunosousa.dev/ssh-generate-js
- Size: 588 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# In development!
# ssh-generate-js
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```