comp.security.ssh
  Home FAQ Contact Sign in
comp.security.ssh only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.security.ssh Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Specifying tunnel output interface?         


Author: Margo Szathmár
Date: May 29, 2008 19:12

Hi there,

I'm trying to run a ssh tunnel through an internal ip and out through an
external IP on another device. Here's my current command line:

ssh -D 1080 margo@192.168.1.10

192.168.1.10 is set up as so:

eth0: 192.168.1.10 (internal, sshd)
eth1: ext.ext.ext.ext (external IP, no services running)

Is there any way to ssh in through eth0 and direct all traffic tunneled
through to eth1? I've looked through the man page and can't see a way to
specify output address or interface.

Thanks!

Margo Szathmár
6 Comments
  Howto setup two-way ssh tunnel?         


Author: GROG!
Date: May 29, 2008 08:37

Hi all. I know that I can initiate ssh tunneling from system A to
connect a process from local system A to the remote system B.

A$ ssh -L 999:B:999 -l user -N B

But what I need to do is have A setup a tunnel that would allow a
process on B to be able to connect to A. I need this because A is
connected through a router with a locally assigned ip as is B, but on
separate routers. I need to be able to ssh into A from B, but AFAIK
there's no way to be able to contact A from B, because all that is
known from the outside is the router's ip & I do not have access to
A's router to be able to enable port forwarding.

Hopefully I've explained this properly. Is this even possible? tx

--
EMAIL: uber [dot] grog [at] gmail [dot] com
6 Comments
  remote command (cleartool) with Plink         


Author: arun
Date: May 28, 2008 19:44

When I try to execute the remote command (cleartool setview ####) from
windows using Putty the same works fine.But when the same is executed
via plink it never responds and waits indefinitely.
If the view name is incorrect then, the error message is thrown, but
not for the correct view name.
Any idea how to overcome this problem?

Thanks
no comments
  ssh rate         


Author: rvaedex23
Date: May 27, 2008 07:41

Does anyone know how to check the default SSH data receive rate in
windows and Unix.
thanks
no comments
  PuTTY command line options         


Author: yawnmoth
Date: May 26, 2008 12:52

I'd like to make PuTTY log "SSH packets" to putty.log (Session-
>Logging) and to send a specific remote command to the server
(Connection->SSH) via the command line. Any ideas as to how I might
do that?
no comments
  Row and Column Size         


Author: dd
Date: May 26, 2008 03:22

All,

I've been writing an SSH client for fun and learning, and I've noticed
that my (OpenSSH) server sends "\r" characters after every 80 characters
of output. How can I have my client set the row and column size? I
would like to do this dynamically when the window is resized as well.
Are there any limitations to the row and column size values?

Thanks,
Dan
4 Comments