Skip to content

Instantly share code, notes, and snippets.

@op-ct
Created March 5, 2018 19:09
Show Gist options
  • Select an option

  • Save op-ct/6b09ea4a25ef3b1d79afafc72ad93ed2 to your computer and use it in GitHub Desktop.

Select an option

Save op-ct/6b09ea4a25ef3b1d79afafc72ad93ed2 to your computer and use it in GitHub Desktop.
Permit vagrant user to log into a stock SIMP SSH config
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