<br><br><div class="gmail_quote">On Sun, Nov 28, 2010 at 1:51 AM, Jonathan Lassoff <span dir="ltr"><<a href="mailto:jof@thejof.com">jof@thejof.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Sun, Nov 28, 2010 at 12:56 AM, miloh <<a href="mailto:froggytoad@gmail.com">froggytoad@gmail.com</a>> wrote:<br>
> For future ref, with service discovery and the proper public key on<br>
> McHawking you could ssh -A into <a href="http://pony.noisebridge.net" target="_blank">pony.noisebridge.net</a> then ssh into the<br>
> McHawking.local machine<br>
<br>
</div>Personally, I wouldn't recommend using SSH agent forwarding to pony.<br>
Considering how many random people have root accounts on there, it's<br>
possible that someone with a local root account can use your remote<br>
key for authentication while you're logged in.<br>
<br>
Probably not a giant risk, but throwing it out there.<br>
<br>
I prefer to use SSH port forwarding and connect through that. An<br>
example session might go something like:<br>
<br>
jof@hostname:~ $ ssh -Nf -L 2222:<a href="http://172.30.0.1:22" target="_blank">172.30.0.1:22</a> <a href="http://pony.noisebridge.net" target="_blank">pony.noisebridge.net</a><br>
jof@hostname:~ $ ssh -p 2222 -o 'StrictHostKeyChecking no' localhost<br>
jof@172.30.0.1:~ $<br>
<br></blockquote><div><br><br>thanks jof, <br><br>Jake -- if you want a user account on pony, the process is simple --<br><br>1) add your ssh key to your noisebridge wiki user page ( <a href="https://www.noisebridge.net/wiki/User:Jerkey">https://www.noisebridge.net/wiki/User:Jerkey</a> see my page for ref: <a href="https://www.noisebridge.net/wiki/User:miloh">https://www.noisebridge.net/wiki/User:miloh</a> )<br>
<br>2) find someone from the ops group (email the rack list) to create a user account for you on pony. <br><br>-rma<br></div></div>