Changes between Version 7 and Version 8 of Paravmssh


Ignore:
Timestamp:
Dec 8, 2015, 3:43:17 PM (8 years ago)
Author:
slz
Comment:

added instruction on how to install SSH server

Legend:

Unmodified
Added
Removed
Modified
  • Paravmssh

    v7 v8  
    6969
    7070= Connecting =
     71
     72You 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{{{
     74root@myParaVM~# apt-get update
     75root@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
    7179Now, from another terminal on your local machine, you can try to ssh into your VM:
    7280{{{