Jump to content

Connecting to redbrick with Quicksilver: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 11: Line 11:


Then copy it to the right place on redbrick:
Then copy it to the right place on redbrick:
'''cat ~/.ssh/id_dsa.pub | ssh p@login.redbrick.dcu.ie "cat >> ~/.ssh/authorized_keys"'''
'''cat ~/.ssh/id_dsa.pub | ssh ''yourusername''@login.redbrick.dcu.ie "cat >> ~/.ssh/authorized_keys"'''


Import the key into SSH Agent. (This may happen automatically)
Import the key into SSH Agent. (This may happen automatically)
Line 21: Line 21:
Download the [http://www.redbrick.dcu.ie/~p/stuff/Redbrick.zip following file] which contains an Redbrick.inetloc file and an icon.
Download the [http://www.redbrick.dcu.ie/~p/stuff/Redbrick.zip following file] which contains an Redbrick.inetloc file and an icon.
Edit the Redbrick.inetloc file (there may not be a file extension) and add your username in the <string> section:
Edit the Redbrick.inetloc file (there may not be a file extension) and add your username in the <string> section:
'''<string>ssh://yourusername@login.redbrick.dcu.ie</string>'''
'''<string>ssh://''yourusername''@login.redbrick.dcu.ie</string>'''


When you're finished, you can simply double click the icon and a link to redbrick will open. If you've setup the SSH keys, then you'll an a one-click way to connect to redbrick.
When you're finished, you can simply double click the icon and a link to redbrick will open. If you've setup the SSH keys, then you'll an a one-click way to connect to redbrick.
22

edits