Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ssh documentation in Vagrant README #437

Closed
ruebot opened this issue Nov 25, 2016 · 5 comments
Closed

Update ssh documentation in Vagrant README #437

ruebot opened this issue Nov 25, 2016 · 5 comments
Assignees

Comments

@ruebot
Copy link
Member

ruebot commented Nov 25, 2016

When #408 was merged, we -- I -- neglected to update README instructions for ssh. We should update this with the proper credentials.

https://github.com/Islandora-CLAW/CLAW/blob/master/install/README.md#connect

@edf
Copy link
Contributor

edf commented Nov 25, 2016

@ruebot: the upstream box username password issue still seems to exist

a possible workaround?

vagrant ssh
...
ubuntu@islandora-deux:~$ sudo passwd ubuntu
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully
exit
...
ssh -p 2222 ubuntu@localhost

@ruebot
Copy link
Member Author

ruebot commented Nov 25, 2016

Ah, good to know. Thanks @edf!

@Natkeeran
Copy link
Contributor

@edf steps works for me as well.

@ruebot
Copy link
Member Author

ruebot commented Jan 18, 2017

It might be best to add the code belew to Vagrantfile or something along those lines to bootstrap.sh as a work around until this is resolved.

    config.vm.provision "shell", inline: <<-SHELL
      echo "ubuntu:ubuntu" | sudo chpasswd
    SHELL

In addition to updating the README documentation.

ruebot added a commit to islandora-deprecated/claw_vagrant that referenced this issue Jan 24, 2017
* Updates README with correct information
* Sets password for ubuntu user in bootstrap.sh due to https://bugs.launchpad.net/cloud-images/+bug/1569237
* Adds a .gitignore, which we forgot to do when we split out into a single repo.
@ruebot
Copy link
Member Author

ruebot commented Jan 24, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants