Displaying 20 results from an estimated 3000 matches similar to: "ftp access directory"
2006 Jan 12
1
KSH tab completion
does anyone know how to get ksh to use tab completion?
--
Andrew Rice Jr
Systems Analyst
Carrier Management Systems, Inc.
500 Chestnut Street, Suite 500
Abilene, TX 79602 USA
support: (325) 672-0975
office: (325) 677-5900
fax: (325) 676-0529
http://www.nams.net
NAMS III, NAMS 2000 Centralized, NAMS BMX
2006 Jan 25
3
Screwed up my iptables firewall
I have a server that I screwed up iptables on. Now when the server
restarts it locks up trying to apply the firewall rules.
How can I remove the rules (set to all ACCEPT) in a linux rescue mode or
knoppix or other way of getting to the file system?
Any suggestions how to fix this?
Thanks,
James
2006 Jan 27
5
md5sum rpms >> list
Does anyone know in centos how to create an md5sum list based on the current rpms that I have installed right now
on my box?
I tried something like rpm -q -v | md5sum >> list
but didnt work.
Andrew
2006 Jan 29
5
vsftp vs shell logins
I need to be able to allow specific system accounts to ftp to a box. As far
as I can tell I have to give them a shell in /etc/passwd (i.e. /bin/bash) in
order for their ftp login to work. I do *not* however want them to be able
to log into a shell or ssh session. I cannot restrict by IP. What's the
best way to accomplish this?
Thanks,
Scott
2016 May 05
3
FirewallD and FTP passive mode
Howdy
I'm trying to run FTP server behind firewall. And i can't enable passive
mode from the Internet. There are plenty howtos but there aren't many
with my combination.
For now i have configured port forwarding and ftp server itself.
On the router:
# firewall-cmd --list-all --zone=external
external (active)
interfaces: enp3s1
sources:
services: openvpn ssh
ports: 1194/tcp
2006 Feb 16
4
FTP Server and IPTables?
I'm having a heck of a time getting vsftpd to work properly. When Iptables are
OFF, it works fine, and when iptables is on, it dies. When I try ftp from a
command line, here's what the session looks looks like:
[root at mylaptop ~]# ftp ftp.server.com
Connected to ftp.server.com.
220 Welcome to My Company FTP
530 Please login with USER and PASS.
530 Please login with USER and PASS.
2005 Apr 28
3
vsftp 500 OOPS: SSL: cannot load RSA key
vsftpd-2.0.1-5
I am trying to get vsftpd to start with ssl_enabled=yes and not
having much success. The config file works when ssl_enabled=No and
does not work when ssl_enabled=Yes. I have tried setting the
following:
rsa_cert_file=/usr/share/ssl/certs/inet06cert.pem
which is the public certificate and this:
rsa_cert_file=/usr/share/ssl/private/inet06key.pem
which is the server private
2006 Feb 02
1
postfix+sasl error logs
i have these errors on my postfix logs. ive just installed postfix+sasl.what seems to be the problem ?
mail postfix/smtpd[26307]: auxpropfunc error no mechanism available
Feb 1 17:37:27 mail postfix/smtpd[26333]: sql_select option missing
---------------------------------
Do you Yahoo!?
With a free 1 GB, there's more in store with Yahoo! Mail.
-------------- next part
2013 Mar 09
2
SaMBa 4 - authenticate ftp server
Hello guys,
Does anyone know if it is possible to authenticate an ftp server
(proftpd or vsftpd) based LDAP Samba 4?
Thanks
--
Celso Vianna
BSD User: 51318
http://www.bsdcounter.org
Palmas/TO
2006 Feb 02
3
ProLiant DL3n0 EMT64 - x86_64 or i686
Guys,
I'll be building a couple of DL360 G4p & DL380 G4 boxes soon and I've
not dealt extensively (i.e. at all) with any PC stuff that hasn't been
i386. I know the DL line pretty well but it was all G2/3.
So, question is, do I stick CentOS i386 or x86_64 on them? 2 boxes x
2GB RAM and 1 x 4GB, all SMP.
Will.
2008 Dec 19
6
FTPS setup problem
Hi!
I'm trying to figure out what's going wrong with a "simple" FTPS setup
and VSFTPD.
I saw references on Google and tried, and tried, and tried... without
success.
I'll start by explaining my situation: I have a WEB development server
behind a firewall. It's currently only for the intranet. We now have
an external company that will have to do a new website
2005 Aug 13
2
SSH hostname login
I run CentOS 4.1 on a remote server and did a minimal installation. My
problem is that I can not login using the HOSTNAME, must use the IP.
1. edited the - /etc/sysconfig/network
2. changed - HOSTNAME=a266
3. restarted the network
Looks ok, hostname appears when logged on via IP, but can't use the
HOSTNAME to log on from client.
---
[kai at localhost ~]$ ssh a266
ssh: a266: Name or
2015 Mar 02
4
selinux allow FTP
2015-03-03 0:43 GMT+02:00 Tim Dunphy <bluethundr at gmail.com>:
> >
> > errr, I meant, sftp, not rscp
>
>
> Heh.. yeah. But the client isn't gonna go for that. LOL. Any way to allow
> regular ol' FTP using SELinux? Or does that just defeat the purpose of
> having a secure SELlinux server entirely?
>
FTP is not safe as it does not encrypt username(s)
2011 Mar 14
3
FTP accounts
Hello,
I have setup a centos server running 5.5 and I have a problem with the FTP
settings.
Currently I have two FTP accounts based on that server, they lead to:
/home/bella
/home/carmen
Currently the FPT accounts starts in the home directory when they are logged
in. But they are able to see all directories on the server. What can I do to
make sure they cant come out of there home directory?
2006 Mar 22
4
Cannot start sm-client on CentOS
Starting up sendmail I get:
Starting sm-client: can not chdir(/var/spool/clientmqueue/): Permission
denied
Program mode requires special privileges, e.g., root or TrustedUser.
I assume the user used for sm-client is smmsp. However, that user has
/var/spool/mqueue as homedir and I added him to the trusted users list.
FYI, that user has disabled login (which should be okay) and the group has
a
2014 May 19
3
using OpenSSH/SFTP to replace an FTP server securely
Hello Folks,
I'm trying to replace an FTP with several hundred users with something secure.
My requirements:
- transfers must be logged
- users should not have any access to other users' directories
- users should land in a writable directory
- users should be chrooted
I've been trying to get this working with OpenSSH and the internal SFTP server,
but it does not
2017 Sep 01
3
sftp/scp only without real users
Hi,
my goal: sftp/scp only access, without the need for linux users.
I want to provide 10 sftp/scp directories to 10 people. Let's call this
"virtual account"
I don't want to create linux users for each of them.
I would like to create one linux user (backup_user). In his
home-directory will be 10 directories. For each "virtual account" one
directory.
Every
2007 Aug 23
1
alternate port vsftpd for ftps
Does anyone here by chance know how to change the port vsftpd uses for ftps?
I want to change it over to the regular FTP port due to firewall
restrictions....
d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070823/24015534/attachment.html>
2018 May 31
2
Definitive guide to setting up FTPIS on vsftpd
I have a new CentOS 7.4 (recently upgraded to 7.5) system that I have been struggling with in configuring vsftpd for FTPS Implicit (port 990).
(The latest instructions I've used are at: https://www.unixmen.com/configure-vsftpd-ssltls-centos-7/)
Using Filezilla client, I get:
Error: GnuTLS error -15: An unexpected TLS packet was received.
Error: Could not connect to
2006 Apr 11
2
my email address???
oh boy, looks like I screwed things up some trying to add hosting for
another domain besides my own
I thought I went by the book here but something sure ain't right.
my real email address is rado at rivers-bend.com
then a few days ago, I tweaked sendmail.mc I think it was to masquerade
ideallightinginc.com (the other domain) now I just noticed I am showing
as rado at ideallighting.com