[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ERC through a gateway
From: |
Paulo J. Matos |
Subject: |
Re: ERC through a gateway |
Date: |
Thu, 29 Apr 2010 09:09:32 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Daniel Pittman <daniel@rimspace.net> writes:
>
>>> (defun dp/erc-via-ssh-and-netcat (name buffer host port)
>>> "Establish a connection via ssh and netcat on the destination host"
>>> (let ((process-connection-type nil)
>>> (command (list "/usr/bin/ssh" host "nc" "-q" "1" host
>>> (int-to-string port))))
>>> (apply 'start-process name buffer command)))
>
> This uses ssh to connect to a remote machine, then tunnels TCP/IP to a remote
> system using netcat.
>
So, you end up always needing a remote machine that you can ssh to that
provides a way to do a direct tcp/ip connection, right?
--
PMatos
- ERC through a gateway, Paulo J. Matos, 2010/04/27
- Re: ERC through a gateway, J. David Boyd, 2010/04/28
- Re: ERC through a gateway, Daniel Pittman, 2010/04/28
- Re: ERC through a gateway, J. David Boyd, 2010/04/28
- Re: ERC through a gateway, Daniel Pittman, 2010/04/28
- Re: ERC through a gateway,
Paulo J. Matos <=
- Re: ERC through a gateway, Daniel Pittman, 2010/04/29
- Re: ERC through a gateway, J. David Boyd, 2010/04/30
- Re: ERC through a gateway, Peter Dyballa, 2010/04/30