[Box-Admins] Access to the new server(s)

Bert Freudenberg bert at freudenbergs.de
Fri Sep 30 08:51:57 UTC 2016


On Fri, Sep 30, 2016 at 10:11 AM, <Das.Linux at gmx.de> wrote:

> Now the ~/.ssh/config can just contain:
>
> Host ssh.squeak.org
>   User ssh
>   Port 1022
> Host *.box.squeak.org
>   User YOURUSER
>   ProxyCommand ssh -W %h:%p ssh.squeak.org
>
>
> And you can happily ssh to alan.box.squeak.org :)
>

Works like a charme. And no hard-coded ip addresses anymore. Good job :)

If you are forgetful like me you can additionally set up an alias like this:

host squeak-www
user YOURUSER
proxycommand ssh -W alan.box.squeak.org:%p ssh.squeak.org

... and then simply "ssh squeak-www".

- Bert -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/box-admins/attachments/20160930/c3e82e8e/attachment-0001.htm


More information about the Box-Admins mailing list