Hello.
I have following questions.
(Let's assume we're talking about linux/unix os)
1. How to configure ftp user so that the same user will have different access rights depending on the hosts it is logging from?
I mean for example. I have machine A where ftp user "someone" has it's account and ftp directory.
Assume we have host B and C. I'd like to allow list directory for the user /home/someone when connecting from B and don't display content when using list command when from host C.
In general is it possible to define different levels of access when connecting from different ips or networks for the same user?
2. When creating ftp user. In /etc/passwd we remove shell for the user to not allow any other access like ssh/telnet.
However. I tested and noticed that when doing ssh the password prompt is returned. Of course when putting right password the access
is not allowed anyway.
Question. Is there a way of disable also this prompt to not give the feeling to the user that he is trying to login but putting wrong password?
Do you know any nice doc or online book or tutorial covering ftp staff completely with examples?
I have following questions.
(Let's assume we're talking about linux/unix os)
1. How to configure ftp user so that the same user will have different access rights depending on the hosts it is logging from?
I mean for example. I have machine A where ftp user "someone" has it's account and ftp directory.
Assume we have host B and C. I'd like to allow list directory for the user /home/someone when connecting from B and don't display content when using list command when from host C.
In general is it possible to define different levels of access when connecting from different ips or networks for the same user?
2. When creating ftp user. In /etc/passwd we remove shell for the user to not allow any other access like ssh/telnet.
However. I tested and noticed that when doing ssh the password prompt is returned. Of course when putting right password the access
is not allowed anyway.
Question. Is there a way of disable also this prompt to not give the feeling to the user that he is trying to login but putting wrong password?
Do you know any nice doc or online book or tutorial covering ftp staff completely with examples?