authorized_keys2

This commit is contained in:
Motiejus Jakštys 2019-12-22 14:39:45 +02:00
parent 3c2ed3f32d
commit 7cc00847e2

View File

@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", privileged: false, inline: <<-SHELL config.vm.provision "shell", privileged: false, inline: <<-SHELL
mkdir -p .ssh .vnc mkdir -p .ssh .vnc
curl -s https://github.com/motiejus.keys >> .ssh/authorized_keys curl -s https://github.com/motiejus.keys > .ssh/authorized_keys2
git clone -q https://github.com/motiejus/dotfiles.git .dotfiles git clone -q https://github.com/motiejus/dotfiles.git .dotfiles
(cd .dotfiles && stow bash tmux vim) (cd .dotfiles && stow bash tmux vim)
SHELL SHELL