Displaying 20 results from an estimated 2000 matches similar to: "v3.8p1 from 02/24/2003"
2004 May 23
5
OpenSSH v3.8p1 fails to interoperate for GSSAPI (Kerberos) and X-Windows
Versions: openssh-3.8p1-33, heimdal-0.6.1rc3-51, XFree86-4.3.99.902-40,
tk-8.4.6-37, all from SuSE 9.1 (unhacked); back-version peers have
openssh-3.5p1, XFree86-4.3.0-115, etc. from SuSE 8.2.
Symptoms:
1. When the client and server versions are unequal, the Kerberos ticket
is not accepted for authentication. All the clients have
PreferredAuthentications gssapi-with-mic, gssapi, others.
2.
2004 Jun 15
3
Question on undefined reference to 'crypt'
Hello
I have openssl-0.9.7d installed and when I attempt a make install on SSH(v3.8p1), I get the following error:
.../openbsd-compat/xcrypt.c(76): undefined reference to 'crypt'
Can anyone help me get past this problem ?
Thank you in advance...
Amba Giri
Symbol Technologies, San Jose
P: 408-528-2721
E:agiri at sj.symbol.com
Symbol. The Enterprise Mobility Company.
2007 Apr 06
1
Password enforcement problem with OpenSSH on AIX.
Hello,
I've encountered a password enforcement problem with OpenSSH on AIX. In
AIX, when the user contains the flags = ADMCHG in the
/etc/security/passwd file, the user is forced to change the password at
next login. It works for telnet but it does not work under the OpenSSH
v3.4 version. Based on my research, it appears this issue is resolved
with OpenSSH v3.8p1. Can anyone confirm?
2004 Jun 17
1
Fwd: Re: Question on undefined reference to 'crypt'
Hello
Thanks for your response. The platform is lynxos. However when I add --with-ldflags=-lcrypt
I get the following error:
WS5000# ./configure --with-ssl-dir=/usr/local --with-ldflags=-lcrypt
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
2001 May 09
1
Can't list directory on ftp.winehq.com
Hi,
after opening the AUTH port in my ipchains filter, I still can't get directory
listings from ftp.winehq.com.
Google shows there was a bug in the ProFTPD 1.2.0pre10 which is used on
ftp.winehq.com:
"Bug#74153: marked as done (proftpd sometimes refuses to list directories"
2006 Nov 03
4
CentOS 4.4 and other software?
I just installed CentOS 4.4 on my laptop, having good experience with
Debian, Fedora Core 5, and RHEL4. I really like 4.4's overall appearance
(meshing of RHEL4 and FC5), but what I have yet to figure out is how to
access repositories for applications that are not part of the default
install, such as ncftp. I invoked and updated yum, but it had no idea.
I would also like to see what
2009 Sep 11
4
question on wget
Hello,
I've got an ftp site, not mine, that has content on it that i want
to download. It's not anonymous so it requires a log in. The problem is
either the ISP has a bandwidth throttle or the admin does, in either case
inconsistently as to the point in the file, but i rarely get a complete
download. I'm using ncftp. I was wondering if either ncftpget or wget could
do like an auto get
2013 May 29
2
NCFTP eliminar directories no vacios
Hola a todos,
no se si esto es posible, la verdad es que ncftp me parece muy util y
eficaz, pero lo unico que le puedo criticar es que no puedo eliminar
directorios que no estan vacios...
estaba viendo la documentacion y al parecer esto es posible si configuro el
servidor al que accedo desde mi maquina local(CLIENTE)
habra alguna manera?
Gracias
2010 Jan 26
5
Auto exit lftp on bash script
Hello again!
I have this piece od code:
#####################
#lftp will make the backup
lftp -u user,password -e "mirror --reverse --delete --only-newer
--verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE
# end log file
date >> $LOGFILE
echo "Backup Completo!" >> $LOGFILE
#####################
Everything is fine, but the bash scrip dosn't complete
2005 Jul 07
3
ftp firewall/iptables
I just installed CentOS4 on my main server. It runs proftpd and is not NATted..
When I did the install I said to allow FTP and HTTP. I can ftp from
windows dos ftp client.
In IE I get "Unable to build data connection: No route to host"
ncftp I get..
Data connection timed out.
Falling back to PORT instead of PASV mode.
List failed.
Wget and FireFox just time out.
Anything I need
2013 Apr 01
7
Vsftpd configuration problem
Greetings,
Beginning today, I started to receive the following when ftp'ing to my
CentOS 6 machine:
ncftp /home/pyz2 > dir
connect failed: No route to host.
connect failed: No route to host.
connect failed: No route to host.
Falling back to PORT instead of PASV mode.
I can make a connection, but I can't get a directory listing or transfer
data/files.
I'm flummoxed.
What I had
2002 Dec 10
2
tbf : rate and effective speed (newbie)
Probably this is an old question, but i''m not able to find nothing about...
So, i''ve just started to play with tc to limit the transfer speed to my
hdsl connection. I''m using the tbf and the command
# tc qdisc add dev eth0 root tbf rate 10kbit latency 50ms burst 1000
Then i''ve tried to transfer a big (20 Mbyte) file onto my lan, using ftp
and the client
2005 Apr 19
2
rsync over ftp
Hello,
I would like to use rsync client over ftp. I know how to use it with ssh but
it just can't work with ftp or ncftp. The purpose of usign it with ftp is
simple: most webhosting soft. like cpanel or plesk don't monitor ssh
bandwidth usage. You need to monitore it in order to suspend an over-quota
account.
I tried the following:
rsync -avze '/usr/bin/ftp -nv' /tmp/testdir
2003 Mar 21
1
Download to ext3 partition stalls
Hi ext3-gurus,
I was doing some testing of our 100 Mbit ethernet at work, and found a
weird problem which appears to be ext3 releated as far as I can tell.
The test is very simple. I use ncftp to connect to another machine
running vsftpd and download a very large file over the network. The
network is switched, and I get 8-10 MB/s transfers usually.
Now, if I download to /dev/null ("get
2005 Jan 20
0
AllowUsers - proposal for useful variations on the theme
A short while ago, I looked at using the AllowUsers configuration option
in openssh (v3.8p1 , but I believe this to be unchanged in 3.9p1) to
restrict access such that only specific remote machines could access
specific local accounts.
I swiftly discovered that
a) specifying wildcarded IP numbers to try to allow a useful IP range
was pointless: if I specified
AllowUsers joe at
2006 Mar 08
12
favorite FTP client of railers
Hi,
Which FTP client would fit in nicely with OS X and Textmate.
Thanks,
Peter
2002 Feb 28
2
Oops kernel (2.4.18) on Sparc32
Hello,
I have recompiled a Linux 2.4.18 kernel on my Sparc and I receive
some oops when quick disk access are performed. For example : I download
some files on a local server with ncftp (-TR directory), and ncftp hangs
up (with kernel oops !). I cannot umount the device and I must reboot
the station.
For information, my sparc is a SparcStation 5 (85 MHz) with 160
Mbytes and 3 SCSI
2009 Sep 29
3
Script consumes memory
I have the following script that when executed, consumes memory and
makes the system inaccessible. All process are halted.
First, I don't understand what is wrong with the script
Secondly, I'm surprised that Linux allows this to run unchecked to the
detriment of the entire system.
---- SCRIPT -----
#!/bin/sh
FTP="/usr/bin/ftp"
#
VMID="asystem.ourcompany.com"
2019 Jan 23
3
sftp Vs scp
Damien,
Reading the various articles about
https://sintonen.fi/advisories/scp-client-multiple-vulnerabilities.txt have
caused me to question the wisdom of using scp. Your observation:
> Date: Tue, 22 Jan 2019 13:48:34 +1100 (AEDT)
> From: Damien Miller <djm at mindrot.org>
> Subject: Re: Status of SCP vulnerability
>
> "Don't use scp with untrusted
2014 Aug 19
3
Is using devtools::release no longer allowed?
I recently tried to submit a package to CRAN using the release
function in the devtools package and got the response:
> The policies asked you to use the webform: do so in future.
I think that the relevant line in the policies are:
> When submitting a package to CRAN you should use the submission form at
> http://CRAN.R-project.org/submit.html (and not send an email). You will be sent