Hi John,

so if I understand correctly:
copy /etc/conf.d/ssh  to ssh1
copy /etc/init.d/ssh  to ssh1

modify /etc/init.d/ssh1

:start)
                ssh_host_keys
                mangle_passwd
                # Not needed any longer, as configure options take care of 
that
                #touch /var/log/lastlog

                begin "Starting ssh1 server"
                start_daemon /usr/sbin/dropbear -p 5022
                end $?
                ;;


or do I need to do more.

What methode is prefered multi running or IP tables.

If I stop on off the processes with the "stop" does this go corrext.

Linux is rather new to me. Use microchip mostly.


regards,

Gerrit


>From: John Crispin <[EMAIL PROTECTED]>
>Reply-To: [email protected]
>To: [email protected], gerrit_faas <[EMAIL PROTECTED]>
>Subject: Re: [foxboard] Multi ssh listen ports
>Date: Wed, 04 Jul 2007 12:09:39 +0200
>
>you need to run 2 instances of dropbear with seperate config files or
>use iptables to port forward to your self
>
>Quoting gerrit_faas <[EMAIL PROTECTED]>:
>
> > hello all,
> >
> > How can I modify foboard to listen on to port for ssh connection like
> > port 22 and port 5022.
> >
> > I have tried to modify ssh file without restult
> >
> > Gerrit
> >
> >
> >
>
>
>

_________________________________________________________________
Ontdek de geweldige mogelijkheden van Windows Live Messenger! 
http://get.live.com/messenger/overview

Reply via email to