Skip to content

ErnstHaagsman/sshagent-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH Agent Test Box

See the blog post for additional information.

To use

First make sure you have the prerequisites installed:

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.