Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ernsthaagsman/sshagent-box
Vagrant box to test SSH connections
https://github.com/ernsthaagsman/sshagent-box
ansible pycharm ssh ssh-agent ssh-key vagrant
Last synced: 10 days ago
JSON representation
Vagrant box to test SSH connections
- Host: GitHub
- URL: https://github.com/ernsthaagsman/sshagent-box
- Owner: ErnstHaagsman
- License: other
- Created: 2017-07-31T11:22:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T09:01:12.000Z (over 7 years ago)
- Last Synced: 2024-11-22T21:45:08.909Z (2 months ago)
- Topics: ansible, pycharm, ssh, ssh-agent, ssh-key, vagrant
- Homepage: https://blog.jetbrains.com/pycharm/2017/08/ssh-agent-simplify-ssh-keys/
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SSH Agent Test Box
==================[See the blog post](https://blog.jetbrains.com/pycharm/2017/08/ssh-agent-simplify-ssh-keys/)
for additional information.To use
------First make sure you have the prerequisites installed:
- [Vagrant](https://vagrantup.com)
- Virtualization software: either
[Virtualbox](https://www.virtualbox.org/wiki/Downloads),
[VMware](https://www.vagrantup.com/vmware/index.html), or
[Parallels](http://parallels.github.io/vagrant-parallels/docs/installation/)
Then overwrite `files/key.pub` with your own public key (OpenSSH authorized_keys
style)Finally, run `vagrant up` on the command line in the folder where you
cloned this repository. Alternatively in PyCharm Professional Edition
use Tools | Vagrant | Up.If you've accidentally brought up the box without first replacing the key, you
can run either `vagrant provision` to insert the new key. Or you can run
`vagrant destroy -f && vagrant up` to create a new box entirely.