User Tools

Site Tools


devops:vagrant

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devops:vagrant [2022/12/18 20:49] – [Setting up Rsync folder-synch on Windows] skipidardevops:vagrant [2024/06/22 16:41] (current) – [Error: Authentication failure. Retrying...] skipidar
Line 411: Line 411:
  
 {{https://s3.eu-central-1.amazonaws.com/alf-digital-wiki-pics/sharex/YuluwvPA2V.png}} {{https://s3.eu-central-1.amazonaws.com/alf-digital-wiki-pics/sharex/YuluwvPA2V.png}}
 +
 +
 +===== Error: Authentication failure. Retrying... =====
 +
 +Thats also the reason for disk /mnt/d not being mounted correctly
 +
 +<sxh shell>
 +
 + # give the home permissions back to vagrant 
 + # without that -  /home/vagrant is owned by root. 
 + # and also /home/vagrant/.ssh/authorized_keys
 + # so that no ssh connection works and 
 + # vagrant ssh - failes with "Error: Authentication failure. Retrying..."
 + sudo chown -R vagrant:vagrant "/home/vagrant"
 +</sxh>
 +
devops/vagrant.1671396576.txt.gz · Last modified: (external edit)