About
ssh with vagrant
Articles Related
Command
When the clone is up
vagrant ssh
when you vagrant ssh into your machine, you're in /home/vagrant. /home/vagrant is a different directory from the synced /vagrant directory.
Example
vagrant ssh
</file> Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686)
* Documentation: https://help.ubuntu.com/
System information as of Wed May 11 11:20:16 UTC 2016
System load: 0.5 Processes: 83
Usage of /: 3.3% of 39.34GB Users logged in: 0
Memory usage: 4% IP address for eth0: 10.0.2.15
Swap usage: 0%
=> There is 1 zombie process.
Graph this data and manage this system at:
https://landscape.canonical.com/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://www.ubuntu.com/business/services/cloud
Last login: Tue May 10 11:30:34 2016 from 10.0.2.2 </file>