Utica College Computer Science and CyberSecurity students and faculty now have the ability to access a SSH server as well as other resources hosted by the Computer Science department. These services are administered and maintained by Prof. Ronny Bull as well as a few student admins. In order to obtain an account to access these resources please send an email to (csadmins ‘@’ utica.edu) with your request. Once your account is created you can connect to the server by using a SSH client and connecting to:
ssh username@chewy.cs.utica.edu
The SSH server has all of the standard development packages and compilers installed. You also have the option of creating a personal web page that can be accessed at:
http://cs.utica.edu/~username
To create your personal web space after you have obtained your SSH account do the following:
ssh username@chewy.cs.utica.edu mkdir public_html chmod 711 /home/username chmod 755 /home/username/public_html vi ./public_html/index.html