Jump to content

RBVM Ssh: Difference between revisions

776 bytes added ,  11 November 2011
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


   apt-get install openssh-server
   apt-get install openssh-server
Make sure your VM is powered on before proceeding. If you want to access your VM from another Redbrick server, you can ignore the login details (passwords, etc.) on the page that comes up after you turn on the VM. If you're logging in from an external computer, take note of those details and follow the instructions below - and/or on that page - carefully.


== Access from other Redbrick servers ==
== Access from other Redbrick servers ==


Note your VM's IP address from the VM Management page. To login simply ssh to that IP address, with your VM user/pass (not your Redbrick login details).
Note your VM's IP address from the VM Management page (not from the page that comes up after you switch on your VM). To login simply ssh to that IP address, with your VM user/pass (not your Redbrick login details). You will have set up these details when installing the operating system on your VM.


   ssh username@IP_ADDRESS
   ssh username@IP_ADDRESS
Note that this is the method to use once you login to Redbrick using PuTTy or whatever, as once you're logged in, you're using Redbrick servers.


== Access from an external machine ==
== Access from an external machine ==
Line 18: Line 22:


   ssh 127.0.0.1 -p 1337
   ssh 127.0.0.1 -p 1337
This is the method to use when you're not logged directly onto Redbrick, such as when you're using your home Linux machine.
145

edits