OpenSSH
[Top] [All Lists]

Re: Client options to server

To: openssh-unix-dev@mindrot.org
Subject: Re: Client options to server
From: Peter Stuge <stuge-openssh-unix-dev@cdy.org>
Date: Mon, 13 Nov 2006 01:20:25 +0100
Delivered-to: sp-com-lists@consult.net
Delivered-to: openssh-unix-dev-list1@securepoint.com
Delivered-to: openssh-unix-dev-tmda@mindrot.org
Delivered-to: openssh-unix-dev@mindrot.org
In-reply-to: <199b4dc20611120737m11acd84dj31c8457d0059ffb@mail.gmail.com>
List-archive: <http://lists.mindrot.org/pipermail/openssh-unix-dev>
List-help: <mailto:openssh-unix-dev-request@mindrot.org?subject=help>
List-id: Development of portable OpenSSH <openssh-unix-dev.mindrot.org>
List-post: <mailto:openssh-unix-dev@mindrot.org>
List-subscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=subscribe>
List-unsubscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=unsubscribe>
Mail-followup-to: openssh-unix-dev@mindrot.org
References: <199b4dc20611120035y7674f067g11b6c4262644fbb5@mail.gmail.com> <20061112092317.GA24196@gate.dtucker.net> <199b4dc20611120128p61f36d74xb8031a911f6df389@mail.gmail.com> <20061112094204.GA24800@gate.dtucker.net> <199b4dc20611120149j301f1217y82a7f0266c1db5fa@mail.gmail.com> <20061112104248.GA25640@gate.dtucker.net> <199b4dc20611120737m11acd84dj31c8457d0059ffb@mail.gmail.com>
Sender: openssh-unix-dev-bounces+openssh-unix-dev-list1=securepoint.com@mindrot.org
On Sun, Nov 12, 2006 at 04:37:01PM +0100, Vincenzo Sciarra wrote:
> I need to modify source code.

It's a good idea to try hard to avoid that.


> I modified options structure in client.
> 
> Now I don't know how openssh pass this structure to the server.

See previous posts. It doesn't. The options structure is used in the
client code to control the client as it connects to the server.
The clients uses the options, not the server.
Some options may be sent to the server, according to the SSH
protocol.

I would suggest investigating the option of running your own protocol
as a subsystem. It's very easy, just talk on stdio.


//Peter
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev

<Prev in Thread] Current Thread [Next in Thread>