Skip to content

Commit

Permalink
Update SSH access command
Browse files Browse the repository at this point in the history
* Update SSH access command

Add shorthand command for `ssh -p 2222 vagrant@localhost`
`vagrant ssh` works
  • Loading branch information
DonRichards authored and ruebot committed Apr 6, 2016
1 parent fbdb44b commit 88d1f12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ Tomcat Manager:
* username: islandora
* password: islandora

You can connect to the machine via ssh: `ssh -p 2222 vagrant@localhost`
You can connect to the machine via ssh:

* `ssh -p 2222 vagrant@localhost`
* `vagrant ssh`

The default VM login details are:

Expand Down

0 comments on commit 88d1f12

Please sign in to comment.