Computer Science Ubuntu machines


Passwords

  • new passwords must be at least 12 characters long and must be changed at least once every two years by using ssh to connect to master.cs.rpi.edu and using the passwd command after logging in
    • note there may be up to a 5 minute delay for password changes to propogate to the other Ubuntu machines

Accessing machines

  • connect using ssh to the linux.cs.rpi.edu rotary
    • for help on using ssh, see here
  • you can ssh directly to linux.cs.rpi.edu from off campus but you will need to use the external vpn to reach most other machines from off campus

File access

  • The Ubuntu remote access machines mount your home directory from the netapp and are located in the VCC with cooling, UPS, and generator.
  • If you need to mount your home directory from some other machine, you can use sshfs to mount it from linux.cs.rpi.edu
    • To mount it from your own linux machine, type something like: sshfs user@linux.cs.rpi.edu:/cs/user mountpoint
    • To unmount it, the corresponding command would be: fusermount -u mountpoint
Topic revision: r13 - 23 Feb 2015, StevenLindsey
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback