[leaf-user] WinSCP with Bering Uclibc 2.2.2 (Dropbear)

2004-11-08 Thread Troy Aden
Hello list. 
I am trying to get WinSCP to connect to my Bering box running Dropbear. I
know that I am being authenticated because I have tried it with a false
password and gotten rejected. What happens is that it tells me starting the
session and times out I am allowing shh port 22 to connect to my
firewall and I can login with ssh (putty) just fine. Is there something I am
missing in my Bering configs? I am assuming that others have used WinSCP to
copy files to and from their Bering boxes so I am assuming that I am just
missing something simple here. Maybe I have mis-configured WinSCP as well...

Any pointers would be most appreciated.  
Thanks in advance!

Troy


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] WinSCP with Bering Uclibc 2.2.2 (Dropbear)

2004-11-08 Thread Victor McAllister
Troy Aden wrote:
Hello list. 
I am trying to get WinSCP to connect to my Bering box running Dropbear. I
know that I am being authenticated because I have tried it with a false
password and gotten rejected. What happens is that it tells me starting the
session and times out I am allowing shh port 22 to connect to my
firewall and I can login with ssh (putty) just fine. Is there something I am
missing in my Bering configs? I am assuming that others have used WinSCP to
copy files to and from their Bering boxes so I am assuming that I am just
missing something simple here. Maybe I have mis-configured WinSCP as well...

Any pointers would be most appreciated.  
Thanks in advance!

Troy
 

Open Winscp3
Under advanced options in the left hand panel
On the Left Hand pannel - Under Environment - click SCP
  On the right side Under shell - click the Enter radio button and 
type in /bin/sh in the panel

Under Other Options  uncheck Lookup user groups
under Remote directories type:  /
under local directories: c:\yourdirectory name
Save the session with a name - maybe dropbear
load the session
Enter 192.168.1.254
root  your password
save the session again - same name - dropbear if you like
now load and connect with clicks and move files back and forth with 
encription.

I use SCP to store the ide modules on a WIN box.
That way my Compact flash is write protected until I move the modules 
over the wire and insmod them.


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


RE: [leaf-user] WinSCP with Bering Uclibc 2.2.2 (Dropbear)

2004-11-08 Thread Robert K Coffman Jr - Info From Data Corporation
I had to disable the autostart of lrcfg to use WinSCP with Bering 1.2.
Modify the .profile file in the user's to remark out the /usr/sbin/lrcfg
line (ie. #/usr/sbin/lrcfg)

You'll get an error message about groups that you can safely ignore.

- Bob Coffman

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Troy Aden
Sent: Monday, November 08, 2004 2:52 PM
To: Leaf-User (E-mail)
Subject: [leaf-user] WinSCP with Bering Uclibc 2.2.2 (Dropbear)


Hello list.
I am trying to get WinSCP to connect to my Bering box running Dropbear. I
know that I am being authenticated because I have tried it with a false
password and gotten rejected. What happens is that it tells me starting the
session and times out I am allowing shh port 22 to connect to my
firewall and I can login with ssh (putty) just fine. Is there something I am
missing in my Bering configs? I am assuming that others have used WinSCP to
copy files to and from their Bering boxes so I am assuming that I am just
missing something simple here. Maybe I have mis-configured WinSCP as well...

Any pointers would be most appreciated.
Thanks in advance!

Troy


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Re: [leaf-devel] web-based configuration beta available

2004-11-08 Thread Erich Titl
Nathan
At 08:31 28.10.2004 -0400, Nathan Angelacos wrote:
A web-based configuration package for Bering-uClibc is available at:
http://cvs.sourceforge.net/viewcvs.py/leaf/devel/nangel/webconf/lrp/webconf.lrp
This package provides the monitoring functions of weblet and adds web-based
tools to perform all of the steps found in the various installation and 
user's
guides.  In other words, you can use a web interface to edit all the
configuration files, back up packages, and edit the leaf.cfg boot
configuration file.

This should be considered beta-quality, and is targeted at experienced
users.   The webconf framework is designed to allow developers to seamlessly
add their own plugins into the menu structure.  Two plugin modules (one for
dropbear ssh and one for keyboard selection) are included in the basic
interface to demonstrate what can be done with the webconf framework.
It is hoped that this work provides a starting point to develop a web
interface to make it easier for users less experienced with Linux to be able
configure a LEAF router.
As with other SOHO router style web interfaces, the focus is on functionality
rather than security - so it is not recommended that the web interface be
accessible from the Internet side of your router.  In default Bering-uClibc
distributions, the Shorewall rules are pre-configured this way.
Installation instructions are here:
http://cvs.sourceforge.net/viewcvs.py/leaf/devel/nangel/webconf/doc/webconf-configuration.html
I ported haserl to glibc 2.0.7, a few mods were needed to make it compile
I needed to include signal.h to have SIGCHLD

#if HAVE_SIGNAL_H
#include signal.h
#endif
and line 541 in haserl.c declares char *ptr. I had to move this to the top 
of the function in order to compile. If I used the c++ language switch it 
just got worse

luna:/src/haserl-0.7.1/src# gcc --version
2.95.3
luna:/src/haserl-0.7.1/src# gcc  -DHAVE_CONFIG_H -DHAVE_SIGNAL_H -I. 
-I. -I. -g -O2 -Wall -c `test -f 'haserl.c' || echo './'`haserl.c
haserl.c: In function `ReadMimeEncodedInput':
haserl.c:546: parse error before `char'
haserl.c:547: `ptr' undeclared (first use in this function)
haserl.c:547: (Each undeclared identifier is reported only once
haserl.c:547: for each function it appears in.)

the 5 line offset stems from the above include
with these mods and the -DHAVE_SIGNAL_H it compiled fine.
What is the reason for pwcrypt as opposed to htpasswd from mini-httpd?
Thanks
Erich
THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Re: [leaf-devel] web-based configuration beta available

2004-11-08 Thread Erich Titl
Nathan
I succeeded to compile haserl for Bering glibc, now it seems there is a 
problem with page rendering.

I just get the unrendered text on the output, is this a mime type problem? 
I get well rendered output when I use the sh-httpd pages with mini-httpd.

Thanks
Erich
THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] webconf

2004-11-08 Thread Erich Titl
Hi Folks
anyone still sticking with Bering glibc, but interested in Nathan 
Angelacos' webconf package. I have ported mhttpd and webconf to Bering 
glibc.Anyone interested in a test

http://leaf.think.ch/styx/1.2/packages/
cheers
Erich
THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] LEAF: HA and Load balancing

2004-11-08 Thread Vic Berdin
Hi,

Can anyone point me to READMEs and/or existing packages that will allow me
to implement HA and Load balancing using LEAF?

TIA - Vic




---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Re: webconf

2004-11-08 Thread bino
Erich Titl writes: 

Hi Folks 

anyone still sticking with Bering glibc, but interested in Nathan 
Angelacos' webconf package. I have ported mhttpd and webconf to Bering 
glibc.Anyone interested in a test 

http://leaf.think.ch/styx/1.2/packages/ 

I'll .. well .. after our national holiday.
Anyway ... is there any docs on how to migrate from console/file based 
configuration to the webconf ? 

Sincerely
-bino- 


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Re: webconf

2004-11-08 Thread K.-P. Kirchdörfer
Am Dienstag, 9. November 2004 07:03 schrieb bino:
 Erich Titl writes:
  Hi Folks
 
  anyone still sticking with Bering glibc, but interested in Nathan
  Angelacos' webconf package. I have ported mhttpd and webconf to
  Bering glibc.Anyone interested in a test
 
  http://leaf.think.ch/styx/1.2/packages/

 I'll .. well .. after our national holiday.
 Anyway ... is there any docs on how to migrate from console/file
 based configuration to the webconf ?

You can use both at the same time.

How to setup a web-based configuration is explained here
http://cvs.sourceforge.net/viewcvs.py/leaf/devel/nangel/webconf/doc/webconf-configuration.html

kp




---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html