Jump to content

Connecting to redbrick with Quicksilver: Difference between revisions

m
category
No edit summary
m (category)
 
(One intermediate revision by one other user not shown)
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.
Line 27: Line 27:


In addition, this file is now indexable by Quicksilver, so you can launch it quickly using that app.
In addition, this file is now indexable by Quicksilver, so you can launch it quickly using that app.
[[Category:HowTo]]