Changes between Version 7 and Version 8 of Paravmssh
- Timestamp:
- Dec 8, 2015, 3:43:17 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Paravmssh
v7 v8 69 69 70 70 = Connecting = 71 72 You must have the SSH server installed to be able to ssh into your VM. If you are running Debian or Ubuntu, run the following commands as root: 73 {{{ 74 root@myParaVM~# apt-get update 75 root@myParaVM~# apt-get install openssh-server ntp 76 }}} 77 (Note that the second command also installs the NTP client, as accurate timekeeping is essential for SSH to work properly.) 78 71 79 Now, from another terminal on your local machine, you can try to ssh into your VM: 72 80 {{{