Hi! I would like to connect to my FTP Server wich is running on my Linux Server.. The Ftp server can only be reached via SSH Tunnel cause the firewall doesn't permit the packets through. The FTP server is ony for emergeny file access. I can connect to the FTP server if I do a port forward of port 21, but I the ftp server can't send me the file list cause I need an second port. How I can configure these ports? I use wu.ftpd and for example CuteFTP or FTP Voyager on Windows Machine. the FTP-server error message: 500 Illegal PORT Command 500 Can't build data connection: no PORT specified Please help me.. How I can define static ports for ftp ? thanks, chris
On Mon, Feb 21, 2000 at 12:27:30PM +0100, list wrote:
Subject: [suse-security] FTP through SSH
Hi!
I would like to connect to my FTP Server wich is running on my Linux Server.. The Ftp server can only be reached via SSH Tunnel cause the firewall doesn't permit the packets through. The FTP server is ony for emergeny file access. Have you checked sftp (within ssh-2.x) ?
HTH Frank
Hi! Set your ftp-client to passive mode (on Linux "ftp" program type in "passive")
the FTP-server error message:
500 Illegal PORT Command 500 Can't build data connection: no PORT specified
Please help me.. How I can define static ports for ftp ?
-- Fritz Ganter ganter@ganter.at Linux Consulting & Training http://www.linuxexperts.at Graz for you - der Grazer Stadtserver http://www.grazforyou.at A-8010 Graz, Liebiggasse 19/3/14 Tel. +43 (0)699 110 21 621
On Mon, 21 Feb 2000, list wrote:
The Ftp server can only be reached via SSH Tunnel cause the firewall doesn't permit the packets through. The FTP server is ony for emergeny file access.
Does it have to be FTP? If you already have SSH, why not scp? Cheers Robert -- Robert Casties --------------------- http://philoscience.unibe.ch/~casties History & Philosophy of Science Tel: +41/31/631-8505 Room: 216 Institute for Exact Sciences Sidlerstrasse 5, CH-3012 Bern Uni Bern (PGP key on homepage: D7 2B DE 64 2D 65 16 A0)
I can connect to the FTP server if I do a port forward of port 21, but I the ftp server can't send me the file list cause I need an second port. How I can configure these ports? I use wu.ftpd and for example CuteFTP or FTP Voyager on Windows Machine. you just need to forward port 20 the same way you did forward port 21! (just one port lower if you use another port than the standard)
bye Markus -- ________________________________________ Markus Gaugusch markus@gaugusch.dhs.org ICQ-ID: 11374583 [www.mirabilis.com]
On Mon, 21 Feb 2000, Markus Gaugusch wrote:
I can connect to the FTP server if I do a port forward of port 21, but I the ftp server can't send me the file list cause I need an second port. How I can configure these ports? I use wu.ftpd and for example CuteFTP or FTP Voyager on Windows Machine. you just need to forward port 20 the same way you did forward port 21! (just one port lower if you use another port than the standard)
Sorry this doesn't working. Some other question how I can solve this problem?
bye Markus -- ________________________________________ Markus Gaugusch markus@gaugusch.dhs.org ICQ-ID: 11374583 [www.mirabilis.com]
--------------------------------------------------------------------- To unsubscribe, e-mail: suse-security-unsubscribe@suse.com For additional commands, e-mail: suse-security-help@suse.com
Hi, I've installed SSH Version 1.2.27 on an old Linux machine (a Slakeware distribution) and on several new machines running Suse 6.2. With the new ones there is no problem, but on the old machine the server doesn't validate passwords in a right way, it always answers "Permission denied" though the password is correct. What could be wrong? Thanks
Jose Oliver Gil wrote:
Hi,
I've installed SSH Version 1.2.27 on an old Linux machine (a Slakeware distribution) and on several new machines running Suse 6.2.
With the new ones there is no problem, but on the old machine the server doesn't validate passwords in a right way, it always answers "Permission denied" though the password is correct.
What could be wrong?
just a guess: shadow passwords? hth Trema -- Johann Georg Hautzinger, email: trema@eic.at, Tel.: 531 00 1907 Erste Bank AG - OE 0423 - Orga./Entw. Treasury u. Orga.Wertpapier Boersegasse 14, 1010 Wien http://treasury.erstebank.at
On Mon, 6 Mar 2000, Jose Oliver Gil wrote:
in a right way, it always answers "Permission denied" though the password is correct.
What could be wrong?
Hi Jose, some distributions have the line PasswordAuthentication no in the file /etc/sshd_config It should be set to "yes" if you want to allow Password Authentication. Cheers, Peter -- Peter Münster **** Brittany **** France URL: http://gmv.spm.univ-rennes1.fr/~peter/
participants (8)
-
Frank Derichsweiler
-
Fritz Ganter
-
Johann G. Hautzinger
-
Jose Oliver Gil
-
list
-
Markus Gaugusch
-
Peter Münster
-
Robert Casties