Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
remote_access_to_dcs_servers [2021/02/10 13:29] – created ac1mde | remote_access_to_dcs_servers [2023/02/21 11:18] (current) – ac1pdl | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Availability from off-campus | + | ==== Stulogin server |
- | Some departmental services are available | + | This is available |
- | * [[Stafflogin server]] Secure shell / SFTP | + | Using SSH or PuTTY, go to stustore.dcs.shef.ac.uk |
- | * [[Intranet]] www.dcs.shef.ac.uk/intranet | + | |
- | All other services would require VPN. For instructions on how to set that up go to [[https:// | + | Through this, it is possible |
+ | |||
+ | Also, you can edit your public_html for web server, which may give you better control over file permissions, | ||
==== Departmental filestore ==== | ==== Departmental filestore ==== | ||
Line 12: | Line 13: | ||
(sometimes known as H-drive) | (sometimes known as H-drive) | ||
- | When on VPN, it can be accessed by going to: | + | When on VPN, it can be accessed |
< | < | ||
\\stustore.dcs.shef.ac.uk\username (On Windows) | \\stustore.dcs.shef.ac.uk\username (On Windows) | ||
- | smb:// | + | smb:// |
</ | </ | ||
(Change ' | (Change ' | ||
Line 21: | Line 22: | ||
When it asks for the domain, put COMSCIAD. On the Windows login, when you enter your username enter it as '' | When it asks for the domain, put COMSCIAD. On the Windows login, when you enter your username enter it as '' | ||
- | For Linux users, it can also be mounted | + | **For Linux users:** You can mount your home directory onto a Linux desktop |
+ | |||
+ | Use the command: | ||
+ | < | ||
+ | sshfs < | ||
+ | </ | ||
+ | You will need to mkdir H-drive, if you don't have one already. (or mount it on some other already existing folder) If you don't have private/ |