Jump to content

RBVM Ssh: Difference between revisions

271 bytes added ,  11 November 2011
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:


   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 20: 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