Re: Apache user pages (was: Re: Permissions on /root/)

2003-03-10 Thread Johannes Berth
* Thomas Sjögren [EMAIL PROTECTED]:

[ WWW pages in /var rather than in /home/user/public_html ]
 With this solution there is no need to make home dirs world readable, 

You don't have to make your $HOME world readable, just world executable.

 thus you're able to set 700 on their homes which, as I see it, is a 
 good thing.

With 711 on your $HOME and secure chmods on your files nobody will be
able to see files you don't want them to see.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Apache user pages (was: Re: Permissions on /root/)

2003-03-10 Thread Johannes Berth
* Thomas Sjögren [EMAIL PROTECTED]:

[ WWW pages in /var rather than in /home/user/public_html ]
 With this solution there is no need to make home dirs world readable, 

You don't have to make your $HOME world readable, just world executable.

 thus you're able to set 700 on their homes which, as I see it, is a 
 good thing.

With 711 on your $HOME and secure chmods on your files nobody will be
able to see files you don't want them to see.



Re: securing pop3

2003-02-10 Thread Johannes Berth
* vincenzo [EMAIL PROTECTED]:
 You can simply add them in the /etc/passwd file without giving any shell
 at all, like that:
 leon:x:1050:100::/home/leon:

/--[ man 5 passwd ]:
| If  this  field is empty, it defaults to the value /bin/sh.
\--

/bin/false would be a better solution.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: securing pop3

2003-02-10 Thread Johannes Berth
* vincenzo [EMAIL PROTECTED]:
 You can simply add them in the /etc/passwd file without giving any shell
 at all, like that:
 leon:x:1050:100::/home/leon:

/--[ man 5 passwd ]:
| If  this  field is empty, it defaults to the value /bin/sh.
\--

/bin/false would be a better solution.



Re: port 113

2002-12-02 Thread Johannes Berth
* jjj3 [EMAIL PROTECTED]:
 Logs in my firewall shows me incoming connections to port 113 of the
 firewall!! What it means?

 You might want to have a look at RFC 1413. Port 113 belongs to the auth
 protocol. Somei Mail- and IRC-Servers connect to this port if you use
 their Service.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: port 113

2002-12-02 Thread Johannes Berth
* jjj3 [EMAIL PROTECTED]:
 Logs in my firewall shows me incoming connections to port 113 of the
 firewall!! What it means?

 You might want to have a look at RFC 1413. Port 113 belongs to the auth
 protocol. Somei Mail- and IRC-Servers connect to this port if you use
 their Service.



Re: ssh banner

2002-10-18 Thread Johannes Berth
* [EMAIL PROTECTED] [EMAIL PROTECTED]:
 SSH-2.0-OpenSSH_3.4p1 Debian 1:3.4p1-1
 
 How can I disable the message ?

You don't want to disable it. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ssh banner

2002-10-18 Thread Johannes Berth
* Aleksander Iwanski [EMAIL PROTECTED]:
 Edit sshd_config
 find the line with something like 
 Banner /etc/issue.net

That's not the banner he's talking about.
 
 killall -9 sshd

There are better ways to stop the ssh daemon.



Re: ssh banner

2002-10-18 Thread Johannes Berth
* [EMAIL PROTECTED] [EMAIL PROTECTED]:
 SSH-2.0-OpenSSH_3.4p1 Debian 1:3.4p1-1
 
 How can I disable the message ?

You don't want to disable it.