Created
March 5, 2018 19:09
-
-
Save op-ct/6b09ea4a25ef3b1d79afafc72ad93ed2 to your computer and use it in GitHub Desktop.
Permit vagrant user to log into a stock SIMP SSH config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| file{'/etc/ssh/local_keys/vagrant': | |
| owner => 'vagrant', | |
| group => 'vagrant', | |
| mode => '0640', | |
| source => 'file:///home/vagrant/.ssh/authorized_keys', | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment