MSSI Lab - jhu-information-security-institute/infrastructure GitHub Wiki

Useful information related to the MSSI-Lab

  • Accounts
  • VPN client setup
  • Wifi access
  • Shared NTFS folder: \\sitatunga.mssi-lab.isi.jhu.edu\Shared
    • To mount above share from Linux
      $ sudo mkdir /mnt/cifs`
      $ sudo mount -t cifs //sitatunga.mssi-lab.isi.jhu.edu/shared -o username=<MSSI-LAB-USERNAME-HERE> /mnt/cifs
      
    • Copy large files using $ sudo rsync -av --progress <SOURCEFILENAME> <DESTINATIONFILENAME>