hyper-sshadd
v1.0.1
Published
Plugin for hyper terminal to add automatically ssh passphrase
Downloads
2
Maintainers
Readme
hyper-sshadd
Extension for hyper.app terminal in order to automatically load ssh-key. Inspired by hyper-startup
install
hyper i hyper-sshadd
setup
In your .hyper.js
add your ssh passphrase
module.exports = {
config: {
...
sshPassphrase: 'your ssh Passphrase',
},
...
};