Re: [techtalk] How to make man pages?

2000-07-07 Thread Britta Koch
>I'm working on a program and I would like to create man pages for >it. Does anyone know where I could find a document that outlines how to >create one (or several)? I'm totally lost. :^( > >Thanks in advance, > >Stephan I have never used it, but I'm told that docbook can do wonders in that res

[techtalk] Perl debugger advice needed

2000-07-07 Thread Lynn Kuhlman
How can you go to a particular line in a program and execute it and the following lines? I want to jump over a loop and examine the contents of the hash table and then move on. I know it is line number something but the something part I can't remember. Thanks, Lynn _

RE: [techtalk] Perl debugger advice needed

2000-07-07 Thread Fan, Laurel
Lynn Kuhlman, [EMAIL PROTECTED] said: > How can you go to a particular line in a program and execute it and the > following lines? I want to jump over a loop and examine the contents of > the hash table and then move on. I know it is line number something but > the something part I can't remember.

Re: [techtalk] Perl debugger advice needed

2000-07-07 Thread Anmol Khirbat
On Fri, 7 Jul 2000, Lynn Kuhlman wrote: > How can you go to a particular line in a program and execute it and the > following lines? I want to jump over a loop and examine the contents of > the hash table and then move on. At the debugger prompt type 'b line-no' where line-no is the number of

[techtalk] login restriction

2000-07-07 Thread Brian Sweeney
Hello all- Does anyone know how to restrict users on a RHL 6.0 box from being able to actually login? I know this sounds strange, but hear me out. I have this new mailserver up, and I want people to be able to POP to it to retrieve mail, but not anything else. I had thought the way to do this

[techtalk] Hi

2000-07-07 Thread bill t
Hi, I just joined this mailing list and thought I'd say hello. A little about: Name : Bill Age 31 gender Male I have been using linux a long time, I am a member of TLUG and CLC. Bill ___ Get 100% FREE email for life from Excite Canada Vi

RE: [techtalk] login restriction

2000-07-07 Thread Samantha Jo Moore
> Does anyone know how to restrict users on a RHL 6.0 box from being able to > actually login? I know this sounds strange, but hear me out. I have this > new mailserver up, and I want people to be able to POP to it to retrieve > mail, but not anything else. I had thought the way to do this was

Re: [techtalk] login restriction

2000-07-07 Thread Susannah D. Rosenberg
Brian Sweeney wrote: > > Hello all- > > Does anyone know how to restrict users on a RHL 6.0 box from being able to > actually login? > PS-If I could at least make it so that they couldn't login via telnet, THAT > would be a big help... edit /etc/inetd.conf (as root). turn off rlogind and tel

Re: [techtalk] login restriction

2000-07-07 Thread Susannah D. Rosenberg
Samantha Jo Moore wrote: > > > Does anyone know how to restrict users on a RHL 6.0 box from being able to > > actually login? I know this sounds strange, but hear me out. I have this > > new mailserver up, and I want people to be able to POP to it to retrieve > > mail, but not anything else. I

Re: [techtalk] login restriction

2000-07-07 Thread Patricia Jung
Hi Brian and all, Du hast am Fri, Jul 07, 2000 at 01:52:46PM -0400 folgendes geschrieben: > > Does anyone know how to restrict users on a RHL 6.0 box from being able to > actually login? I know this sounds strange, but hear me out. I have this What about /bin/nologin, /bin/false or something

Re: [techtalk] login restriction

2000-07-07 Thread Eva Fenrich
Hi! On Fri, Jul 07, 2000 at 01:52:46PM -0400, Brian Sweeney wrote: > Does anyone know how to restrict users on a RHL 6.0 box from being able to > actually login? I know this sounds strange, but hear me out. I have this > new mailserver up, and I want people to be able to POP to it to retrieve >

RE: [techtalk] login restriction

2000-07-07 Thread Fan, Laurel
Susannah D. Rosenberg, [EMAIL PROTECTED], said: > yeah, but it still leaves rlogind and telnetd flapping in the wind. can > you say "telnet to port 25", boys and girls? > > gaping security flaws are /bad/. Taking out rlogind and telnetd won't close port 25. And I'm assuming a mail server would

Re: [techtalk] Hi

2000-07-07 Thread Kath
Welcome aboard - Original Message - From: "bill t" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 07, 2000 1:44 PM Subject: [techtalk] Hi > > Hi, > I just joined this mailing list and thought I'd say hello. > > A little about: > Name : Bill > Age 31 > gender Male >

security blather Re: [techtalk] login restriction

2000-07-07 Thread Susannah D. Rosenberg
"Fan, Laurel" wrote: > > Susannah D. Rosenberg, [EMAIL PROTECTED], said: > > yeah, but it still leaves rlogind and telnetd flapping in the wind. can > > you say "telnet to port 25", boys and girls? > > > > gaping security flaws are /bad/. > > Taking out rlogind and telnetd won't close port 25.

[techtalk] yet another solaris question ...

2000-07-07 Thread Christian MacAuley
Hi chix! While we're discussing the passwd file, i have a problem. I didn't really know another way to set my PATH automatically other than appending it to my shell line in my passwd file, like this: jellhead:x:100:1::/export/home/jellhead:/usr/local/bin/tcsh;setenv PATH /usr/sbin:/usr/bin:/usr

Re: [techtalk] yet another solaris question ...

2000-07-07 Thread Susannah D. Rosenberg
Amanda Owens wrote: > > You should be able to set your path in a .bashrc or .cshrc file (depending > on your shell, I suppose - I seem to have both on my linux box at home, > though we run from a .cshrc file at work). > > In a .bashrc the line would be: > > export PATH=/usr/sbin:/usr/bin:/usr/l

RE: security blather Re: [techtalk] login restriction

2000-07-07 Thread Fan, Laurel
Susannah D. Rosenberg, [EMAIL PROTECTED], said: > yep. but there's a difference between being able to /telnet/ to port 25, > and opening an smtp connection to port 25. No, there is not. Unless by "telnet" you mean something besides "run a program named telnet and connect to port 25". (In which

Re: [techtalk] yet another solaris question ...

2000-07-07 Thread Christian MacAuley
> > Given that you're running tcsh, you'll probably need the .cshrc file. This > > file is also good for setting up aliases and the like. Oddly no such file exists on this infernal contraption. Grrr. I added my line to the /etc/.login script instead, and it works fine :-) > yep, but a small ad

Re: [techtalk] yet another solaris question ...

2000-07-07 Thread Amanda Owens
You should be able to set your path in a .bashrc or .cshrc file (depending on your shell, I suppose - I seem to have both on my linux box at home, though we run from a .cshrc file at work). In a .bashrc the line would be: export PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin While a .cshr

Re: [techtalk] login restriction

2000-07-07 Thread kelly
On Fri, 7 Jul 2000 13:52:46 -0400, "Brian Sweeney" <[EMAIL PROTECTED]> said: >Does anyone know how to restrict users on a RHL 6.0 box from being able to >actually login? RH 6.0 has so many security flaws that you simply should not run it in an open environment. Upgrading bind is absolutely es

Re: security blather Re: [techtalk] login restriction

2000-07-07 Thread kelly
On Fri, 7 Jul 2000 15:14:59 -0400 , "Fan, Laurel" <[EMAIL PROTECTED]> said: >If I can, from my computer, open an "smtp connection" to port 25 on >somehost, I can run "telnet somehost 25". Neither of which has >anything at all to do with telnetd. I am indeed at a loss to tell how a firewall coul

RE: [techtalk] login restriction

2000-07-07 Thread bill t
in inetd.conf - turn off all services you don't want. This includes rlogin, rtelnet, and telnet. in /etc/passwd set the last to /dev/null use tcpwrappers on all incoming services you left open (via inetd.conf). Do not run any stand alone servers you don't trust. That is all. Bill On Fri, 7

Re: security blather Re: [techtalk] login restriction

2000-07-07 Thread Susannah D. Rosenberg
[EMAIL PROTECTED] wrote: > > On Fri, 7 Jul 2000 15:14:59 -0400 , "Fan, Laurel" <[EMAIL PROTECTED]> said: > > >If I can, from my computer, open an "smtp connection" to port 25 on > >somehost, I can run "telnet somehost 25". Neither of which has > >anything at all to do with telnetd. > > I am in

Re: security blather Re: [techtalk] login restriction

2000-07-07 Thread kelly
On Fri, 07 Jul 2000 16:34:30 -0400, "Susannah D. Rosenberg" <[EMAIL PROTECTED]> said: >packet filtering mean anything to you? I understand the concept. I'm stating that there's no way you can tell a TCP SYN on port 25 from an MTA from a TCP SYN on port 25 from telnet. They look exactly the s

Re: [techtalk] login restriction

2000-07-07 Thread Aaron Malone
On Fri, Jul 07, 2000 at 01:54:41PM -0400, Susannah D. Rosenberg wrote: > yeah, but it still leaves rlogind and telnetd flapping in the wind. can > you say "telnet to port 25", boys and girls? > > gaping security flaws are /bad/. This has been discussed a bit already, but I think there's some dee

Re: [techtalk] login restriction

2000-07-07 Thread Susannah D. Rosenberg
Aaron Malone wrote: > > On Fri, Jul 07, 2000 at 01:54:41PM -0400, Susannah D. Rosenberg wrote: > > yeah, but it still leaves rlogind and telnetd flapping in the wind. can > > you say "telnet to port 25", boys and girls? > > > > gaping security flaws are /bad/. > > This has been discussed a bit a

RE: [techtalk] login restriction

2000-07-07 Thread Brian Sweeney
Hey all- Thanks everyone for the responses; the setting login to /bin/false is a neat trick. Also, FYI to those who feared for the security of my server, I DO have a firewall implemented, and this machine is behind it. I don't have to worry as much about what ports are open where b/c the firewa

Re: [techtalk] login restriction

2000-07-07 Thread Aaron Malone
On Fri, Jul 07, 2000 at 05:10:21PM -0400, Susannah D. Rosenberg wrote: > yeah, but it's still a slightly dodgy way of doing it, imho. the > etc/security/access.conf thing is probably a better way of doing it, or > putting people into a group that has restricted access. Just out of curiosity, coul

[techtalk] Using Putty to connect to SSH

2000-07-07 Thread Adrian Glover
I am new to using SSH, and when I try to use putty to connect to my linux server at home from work, the window appears, and dissapears immediately. I tried using telnet to connect to the SSH port and all that happens is the following string appears at the top of the telnet window (leading me to be

[techtalk] Hello from a Newbie!

2000-07-07 Thread Paul Ragogna
Hello all I have just signed up for this list today, so I thought I should say hello and tell you a little about myself. I have just finnished my Chemistry degree and I am working as a research assistant at Brock University in St. Catharines. Soon I will be headed out to Halifax to do some

Re: [techtalk] login restriction

2000-07-07 Thread Susannah D. Rosenberg
Aaron Malone wrote: > > On Fri, Jul 07, 2000 at 05:10:21PM -0400, Susannah D. Rosenberg wrote: > > yeah, but it's still a slightly dodgy way of doing it, imho. the > > etc/security/access.conf thing is probably a better way of doing it, or > > putting people into a group that has restricted acces

Re: [techtalk] login restriction

2000-07-07 Thread Susannah D. Rosenberg
Brian Sweeney wrote: > > Hey all- > > Thanks everyone for the responses; the setting login to /bin/false is a neat > trick. Also, FYI to those who feared for the security of my server, I DO > have a firewall implemented, and this machine is behind it. I don't have to > worry as much about what

Re: [techtalk] login restriction

2000-07-07 Thread Aaron Malone
On Fri, Jul 07, 2000 at 05:36:41PM -0400, Susannah D. Rosenberg wrote: > maybe "dodgy" is a bad word. "non-extensible" and "klduge" might be > better. it probably comes down to the fact that, personally, i don't > like to fsck around with things like /etc/passwd if i don't have to. > call me paran

[techtalk] restricting IP

2000-07-07 Thread Susannah D. Rosenberg
Paul Ragogna wrote: > Now for my Query > > I would like to restrict telnet access to my computer to only a few IP > addresses. In order to do this I edited the hosts.deny fill with ALL:ALL, > and the hosts.allow file with the IP adresses which I wanted to allow > access. Unfortunately t

Re: [techtalk] Using Putty to connect to SSH

2000-07-07 Thread Vinnie
> I am new to using SSH, and when I try to use putty to connect to my linux server > at home from work, the window appears, and dissapears immediately. I tried using > telnet to connect to the SSH port and all that happens is the following string > appears at the top of the telnet window (leadi

Re: [techtalk] Hello from a Newbie!

2000-07-07 Thread Vinnie
On Fri, 7 Jul 2000, Paul Ragogna wrote: > I would like to restrict telnet access to my computer to only a few IP > addresses. In order to do this I edited the hosts.deny fill with ALL:ALL, > and the hosts.allow file with the IP adresses which I wanted to allow > access. Unfortunately this does

[techtalk] IHTML and Apache on RH6.1

2000-07-07 Thread Amy
Has anyone tried installing IHtml? Specifically, with Apache 1.3.9-8 on RH 6.1? The owner wants to try IHtml Merchant, which must first have IHtml installed. Apache was already compiled with shared objects enabled, so I installed IHtml as per the instructions, then restarted Apache, and it woul

Re: [techtalk] login restriction

2000-07-07 Thread Aaron Malone
On Fri, Jul 07, 2000 at 04:45:02PM -0500, Aaron Malone wrote: > Incidentally, does the /etc/security/access.conf thing work with ssh? > I just tried disabling my access to our mail server, but it still let > me in. I didn't spend much time on the docs, maybe I did it wrong. :) To answer my own q

Re: [techtalk] login restriction

2000-07-07 Thread Susannah D. Rosenberg
Aaron Malone wrote: > > On Fri, Jul 07, 2000 at 05:36:41PM -0400, Susannah D. Rosenberg wrote: > > maybe "dodgy" is a bad word. "non-extensible" and "klduge" might be > > better. it probably comes down to the fact that, personally, i don't > > like to fsck around with things like /etc/passwd if i

Re: security blather Re: [techtalk] login restriction

2000-07-07 Thread moebius
Hey All, A firewall cannot tell the difference btwn a telnet connection and a smtp connection, that I am aware of. Telnet doesn't really do anything special beside open a connection to a particluar port (usu. 23). In addition to that many smtp's have to be configured to allow for somewhat non-sta

Re: [techtalk] yet another solaris question ...

2000-07-07 Thread Chris J/#6
> Hi chix! > > While we're discussing the passwd file, i have a problem. I didn't > really know another way to set my PATH automatically other than > appending it to my shell line in my passwd file, like this: > > jellhead:x:100:1::/export/home/jellhead:/usr/local/bin/tcsh;setenv > PATH /usr/s

Re: [techtalk] Hello from a Newbie!

2000-07-07 Thread Chris J/#6
> Now for my Query > > I would like to restrict telnet access to my computer to only a few IP > addresses. In order to do this I edited the hosts.deny fill with ALL:ALL, > and the hosts.allow file with the IP adresses which I wanted to allow > access. Unfortunately this doesn't seem

Re: [techtalk] pppd question...

2000-07-07 Thread Anne Forker
Hi, On Sun, 2 Jul 2000, Megan McGuire wrote: > im having some problems conecting to my isp from linux... it used to work > and it doesnt anymore =\ the modem dails and the scipts login just fine, but > it either gets an LCP-TimeOut, so i set the lcp-request higher and now it > just gets a "Modem

[techtalk] Opening X-Windows through SSH

2000-07-07 Thread Adrian Glover
More questions! The whole reason for my installing SSH on my machine is so that I can bring up X-Windows remotely (an Xterm for example). What do I set my display too, to get it to run through SSH? ___ techtalk mailing list [EMAIL PROTECTED] http://w

Re: [techtalk] Opening X-Windows through SSH

2000-07-07 Thread Jeff Frasca
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 7 Jul 2000, Adrian Glover wrote: > More questions! > > The whole reason for my installing SSH on my machine is so that I can bring up > X-Windows remotely (an Xterm for example). > > What do I set my display too, to get it to run through SS

Re: [techtalk] login restriction

2000-07-07 Thread jenn
"Susannah D. Rosenberg" wrote: > > Samantha Jo Moore wrote: > > If you change this for /bin/false then they won't > > be able to telnet in. > > yeah, but it still leaves rlogind and telnetd flapping in the wind. can > you say "telnet to port 25", boys and girls? > > gaping security flaws are

[techtalk] Hi and Intro

2000-07-07 Thread Julie
I guess I wasn't sure about the protocol of this list. Having seen a number of "Hi!"'s, I suppose I should do an intro ... My name is Julie Haugh. Some of my work that you may be familiar with includes the Shadow Password Suite, which is distributed with many Linux distros these days as "shadow

[techtalk] OpenSSH and keys

2000-07-07 Thread Subba Rao
Hello I was using openssh-1.2.1 for a while and recently switched to openssh-2.1.1 With the older version of openssh, I could establish connection to my server over the Internet. With the newer version, the keys that are generated by ssh-keygen do not allow me to connect to my server. The server

Re: [techtalk] Hi and Intro

2000-07-07 Thread moebius
Hey Julie, Welcome to list list, and thanks for useradd! Harry Hoffman Manager - Information Technology Restaurants Unlimited Inc. 206.634.3082 x. 270 On Fri, 7 Jul 2000, Julie wrote: > I guess I wasn't sure about the protocol of this list. Having seen > a number of "Hi!"'s, I suppose I shou

Re: [techtalk] Hi and Intro

2000-07-07 Thread Julie
From: <[EMAIL PROTECTED]> > Hey Julie, > Welcome to list list, and thanks for useradd! No probs! I'll have to see if I can dig up xuseradd and the rest of the Motif things I wrote zillions of years ago. -- Julie. ___ techtalk mailing list [EMAIL

[techtalk] Re: Opening X-Windows through SSH

2000-07-07 Thread Petar Knezevich
I use have openssh2.1. On the server, in /etc/ssh/sshd_config I have X11Forwarding yes X11DisplayOffset 10 and on the client, in $HOME/.ssh/config I have ForwardX11 yes This one could also be put in /etc/ssh/ssh_config on the client. After you have sshed over to the o

[techtalk] Debian woes

2000-07-07 Thread Kath
I have a Debian box here running wu-ftpd and telnetd.  For some reason, it refuses to allow my Windows box to access those services (upload, download, access).  However my Mandrake box is able to connect and upload/download/access to it.   Anyone have any ideas?

Re: [techtalk] Using Putty to connect to SSH

2000-07-07 Thread Robert Wade
I'm afraid that putty does not support ssh2 at the present time. my suggestion, dump ssh2 and dl ssh1 or openssh. Adrian Glover wrote: > I am new to using SSH, and when I try to use putty to connect to my linux server > at home from work, the window appears, and dissapears immediately. I tried u

Re: [techtalk] Debian woes

2000-07-07 Thread Jenn V.
> Kath wrote: > > I have a Debian box here running wu-ftpd and telnetd. For some reason, > it refuses to allow my Windows box to access those services (upload, > download, access). However my Mandrake box is able to connect and > upload/download/access to it. > > Anyone have any ideas? What

Re: [techtalk] Debian woes

2000-07-07 Thread Dan Nguyen
On Sat, Jul 08, 2000 at 12:02:50AM -0400, Kath wrote: > I have a Debian box here running wu-ftpd and telnetd. For some > reason, it refuses to allow my Windows box to access those services > (upload, download, access). However my Mandrake box is able to > connect and upload/download/access to it

Re: [techtalk] Debian woes

2000-07-07 Thread Nicole Zimmerman
> Can you get to other services? telnetd is a inetd service and wu-ftpd > can be run via inetd. You should check /etc/hosts.deny to see if > tcp_wrappers will be dropping your connection. Other tahn that it is > difficult to diagnose your problem without further information. My suggestions: c