Open main menu

CDOT Wiki β

Changes

SPO600 Servers

24 bytes added, 00:31, 13 January 2015
no edit summary
[[Category:SPO600]]
In [[SPO600]], remote access to two servers is providedfor learning and project work.
== Preparatory Steps ==
# Follow the steps outlined under [[SSH#Using_Public_Keys_with_SSH Using Public Keys with SSH]] to create your key.
# Save the key in a file named <code>'''yourUserId'''.pub</code> -- for example, if your Seneca user ID is "jldoe", save the key in the file <code>jldoe.pub</code> using a command such as: <code>cp ~/.ssh/id_rsa.pub '''jldoe'''.pub</code>
# Attach that file to an e-mail message and send it to [mailto:chris.tyler@senecacollege.ca chris.tyler@senecacollege.ca]
The first server is an [[ARMv8]] AArch64 system. This machine is accessible via SSH using port 2222 on the host Iraq.proximity.on.ca. To connect from a command-line ssh client:
ssh -p 2222 '''username'''@iraq.proximity.on.ca
You can simplify this process by creating an entry in your ~/.ssh/config file: