RE: FreeBSD-CURRENT telnet can't disable autologin

2003-10-15 Thread Thyer, Matthew
SD-CURRENT telnet can't disable autologin Thyer, Matthew wrote: > Some people don't want auto login but are being frustrated when they try to disable > it as below. > > What is the correct way to disable this feature? > > fuzz: {1017} cat ~/.telnetrc > unset au

Re: FreeBSD-CURRENT telnet can't disable autologin

2003-10-15 Thread Tim Kientzle
Thyer, Matthew wrote: Some people don't want auto login but are being frustrated when they try to disable it as below. What is the correct way to disable this feature? fuzz: {1017} cat ~/.telnetrc unset autologin fuzz: {1018} telnet telnet> display will flush output when sending interrupt chara

FreeBSD-CURRENT telnet can't disable autologin

2003-10-14 Thread Thyer, Matthew
Some people don't want auto login but are being frustrated when they try to disable it as below. What is the correct way to disable this feature? fuzz: {1016} ls -l ~/.telnetrc -rw-r- 1 thyerm scis 38 Oct 15 13:11 /home/thyerm/.telnetrc fuzz: {1017} cat ~/.telnetrc unset autologin fuz