Sponsored Content
Top Forums Shell Programming and Scripting Passwordless Authentication and Anonymous login Post 302880029 by hergp on Tuesday 17th of December 2013 07:41:03 AM
Old 12-17-2013
If it is ProFTP you are using, there is a sample configuration for anonymous access here: http://www.proftpd.org/docs/configs/anonymous.conf
 

9 More Discussions You Might Find Interesting

1. AIX

Passwordless authentication via SSH

I am trying to implement passwordless authentication via ssh2. I have used the well documented technique of generating a key pair with a blank passphrase on my client machine, and installing the public key on the destination server (AIX 5.3) in the user's .ssh2 directory. I have used this technique... (1 Reply)
Discussion started by: RegX
1 Replies

2. AIX

Passwordless root authentication via SSH

Hello, I would like to issue a couple of commands as root on a remote machine without having to enter the root password. I used "ssh-keygen -t rsa" to generate the encryption keys, copied the public key to the remote machine, etc. I also tried playing around with the sshd_config file and... (3 Replies)
Discussion started by: sphericon
3 Replies

3. Shell Programming and Scripting

passwordless authentication of SFTP script

Dear All I need to discuss about the problem which has been discussed so many times here. I need to transfer a file from server A to server B via passwordless SFTP script. By reading the threads on this topic here, I followed the below steps but still it's not working .. Pls find the steps... (13 Replies)
Discussion started by: uday.shankar
13 Replies

4. Solaris

Passwordless Login between users

Hi Gurus, Wanted to know if there is a way to enable passwordless login between specific users in a Solaris (5.9)server. I copied the public key of first user into the $HOME/.ssh/authorized_keys file of the second user. But it didn't work out. Note - Am talking about users in the same... (9 Replies)
Discussion started by: Hari_Ganesh
9 Replies

5. Shell Programming and Scripting

Setup multiple passwordless authentication

I have experience in setting up passwordless authentication by sharing ssh public keys manually.Currently I am in the process to the write a script to perform the same functionality from one source(host) to multiple destinations. I have one source host (Host A) whose public keys has to be shared... (9 Replies)
Discussion started by: Lancel0t
9 Replies

6. Red Hat

ssh private key passwordless authentication

Hello, Need a suggestion to setup private key passwordless authentication. I am not sure this can done or not :wall: here is the sincerio I have two servers, sever1 with a user "user1" and servera with usera here dataflow: usera from servera, will pull/push files to server1 on user1... (2 Replies)
Discussion started by: bobby320
2 Replies

7. Ubuntu

Passwordless ssh authentication fails

Unable to set ssh passwordless authentication I am unable to ssh with passwordless authentication from Windows client onto UBuntu server. The ssh version on UBuntu is OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e , while SSH on Windows Client is OpenSSH_5.1p1, OpenSSL 0.9.8k. I turned on ssh... (5 Replies)
Discussion started by: tkota
5 Replies

8. UNIX for Dummies Questions & Answers

[Solved] Passwordless authentication lost between cluster nodes

after copying the public key then also the passwordless authentication is not working Best regards, Vishal (2 Replies)
Discussion started by: Vishal_dba
2 Replies

9. Shell Programming and Scripting

Ssh passwordless authentication

Hey team I have to enable password less authentication betweeen A to B server and A to C server and A to D server. For this I generated a ssh key on server A using ssh-keygen command and copied the key using ssh-copy-id command to B, C and D server. Everything is working fine as of now but... (5 Replies)
Discussion started by: Sandeep_sandy
5 Replies
GPROSTATS(8)						 proftpd statistics generator tool					      GPROSTATS(8)

NAME
gprostats - statistics generator tool for proftpd SYNOPSIS
gprostats [-c FILE] [-html PATH] [-w FILE] [-x FILE] gprostats [-help] DESCRIPTION
gprostats is a staticics generator tool for proftpd. It takes all users in proftpd.conf and if one if those users exists in the xferlog those ul/dl stats gets added to that user. The statistics are sorted by top 10 ul and dl. It can generate html output and welcome messages for all users that are currently listed in proftpd.conf. OPTIONS
-c FILE Specifies alternative location of the proftpd configuration file. Default is /etc/proftpd/proftpd.conf. -help Shows help. -html PATH Make a html ftp statistics page in the specified location, e.g. /var/www/html/ftp.htm. -w FILE Make welcome messages for all ftpusers with this name. Default is welcome.msg. -x FILE Specifies alternative location of the proftpd log file. Default is /usr/var/log/xferlog. If neither of the -w or -html flags are used it will just print the results to the screen. Only uploads and downloads above 1023 Bytes are counted. HOMEPAGE
More information about gadmin-proftpd and the gadmintools project can be found at <http://www.gadmintools.org/>. AUTHOR
gadmin-proftpd was written by Magnus Loef <magnus-swe@telia.com>. This manual page was written by Daniel Baumann <daniel@debian.org>, for the Debian project (but may be used by others). 0.3.9 2010-03-14 GPROSTATS(8)
All times are GMT -4. The time now is 05:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy