78a62ed Fix SSH for Vagrant when personal keys installed

1 file Authored by sudoman 3 years ago, Committed by Andrew Engelbrecht 3 years ago,
    Fix SSH for Vagrant when personal keys installed
    
    Without the option in this commit, 'vagrant up' will attempt to connect
    using one's personal SSH keys. This becomes a problem when those keys
    are installed into Gitolite for pushing to repositories. This causes
    normal SSH logins to fail, so Vagrant can't mount the synced folder via
    sshfs.
    
        
file modified
+1 -0