Page 1 of 2
Setting up Linux to connect to bbs from login screen
Posted: Sun Jan 05, 2003 5:11 pm
by Stupid
I am trying to figure out a way to setup linux to allow people to connect to my internal bbs by just typing in something like BBS at the login screen or even time out to the BBS from the login screen if they don't login with a username.
I don't know that much about linux yet but I know I have seen this done before.
Do you have to make an account that automatically does this or do you have to recompile the kernal or something?(hopefully not that, wouldn't know how to touch that)
Thanks for any input.
Re: Setting up Linux to connect to bbs from login screen
Posted: Sun Jan 05, 2003 5:19 pm
by iNViSiGOD
Setup RLogin on your bbs.
Re: Setting up Linux to connect to bbs from login screen
Posted: Sun Jan 05, 2003 9:59 pm
by Aragon
i don't know if this will work
but add a bbs user
username bbs, pass bbs
go into /etc/passwd and change the shell to /usr/bin/telnet
Re: Setting up Linux to connect to bbs from login screen
Posted: Sun Jan 05, 2003 10:00 pm
by Aragon
let us know if it does, or how you finally get it done :cigar:
Re: Setting up Linux to connect to bbs from login screen
Posted: Mon Jan 06, 2003 11:55 pm
by Stupid
Ahh!! Thank you, Great idea. It works perfectly. Never would have though about that.
Re: Setting up Linux to connect to bbs from login screen
Posted: Mon Jan 06, 2003 11:59 pm
by War Hawk
thats pretty slick Aragon :) I would have never thought to do that
Re: Setting up Linux to connect to bbs from login screen
Posted: Tue Jan 07, 2003 12:07 am
by Delete
I used to play on an old board that you had to connect through linux to connect to wg and all it did was come up with a prompt enter user name and pwd and it was bbs/bbs like aragon said. it worked perfectly until the board went down for no reason and never came back.. hrm.
Re: Setting up Linux to connect to bbs from login screen
Posted: Tue Jan 07, 2003 12:08 am
by Aragon
:cigar:
Re: Setting up Linux to connect to bbs from login screen
Posted: Tue Jan 07, 2003 12:13 am
by Stupid
Now, just a small detail but does anyone know how to remove having to use a password and just be able to type the username and it will login without the password?
Re: Setting up Linux to connect to bbs from login screen
Posted: Tue Jan 07, 2003 1:04 am
by Stupid
Ahh, it was easy if anyone cares to remove a password from an account.
Its just "passwd user -d"