Results 1 to 10 of 10

Thread: Securing Knoppix - is it possible?

  1. #1
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    11

    Securing Knoppix - is it possible?

    How do I secure knoppix so that a user can't do a Control-Alt-F2 and get a root shell?

    After setting up and configuring kdm and kdmrc, I can secure the GUI login, but I haven't found a way of preventing a passer-by to do a Control-Alt-F2 and become root. Is this possible?

    Lars.

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933

  3. #3
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    11
    Sorry, I don't understand what you're referring to here. I checked your link, but didn't find the answer to my question. Could you please be a little more verbose?

    Thanks for your help.
    Lars.

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    I actually have Knoppix installed to my hard drive and I'm not able to boot the cd at this particular moment so I can't say for sure but I think setting a password should do the trick. Post back if not.

  5. #5
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    11
    No, I tried that already. I set a password, and issued an exit to logout of terninal 2, but it didn't log me out....

    Thanks,
    Lars.

  6. #6
    Senior Member registered user
    Join Date
    Jan 2003
    Location
    Podunk, Idaho, USA
    Posts
    470
    Look at /etc/inittab near the bottom you should see the tty lines like this:

    From my knoppix live cd session:
    # <id>:<runlevels>:<action>:<process>
    # 4 virtual consoles with immortal shells
    1:12345:respawn:/bin/bash -login >/dev/tty1 2>&1 </dev/tty1
    2:2345:respawn:/bin/bash -login >/dev/tty2 2>&1 </dev/tty2
    3:2345:respawn:/bin/bash -login >/dev/tty3 2>&1 </dev/tty3
    4:2345:respawn:/bin/bash -login >/dev/tty4 2>&1 </dev/tty4

    These lines are from my debian woody system:

    1:2345:respawn:/sbin/getty 38400 tty1
    2:23:respawn:/sbin/getty 38400 tty2
    3:23:respawn:/sbin/getty 38400 tty3
    4:23:respawn:/sbin/getty 38400 tty4
    5:23:respawn:/sbin/getty 38400 tty5
    6:23:respawn:/sbin/getty 38400 tty6
    either comment out the tty lines so you have no logged in terminals started up, or change them to getty lines like a stock linux would use.

    rock

  7. #7
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --This is good; but should your GUI fail, you would have no way to log in. Always leave yourself a failsafe:

    S0:12345:respawn:/sbin/agetty -L 9600 ttyS0

    --This enables you to login over the Serial port.

    Quote Originally Posted by RockMumbles
    Look at /etc/inittab near the bottom you should see the tty lines like this:

    From my knoppix live cd session:
    # <id>:<runlevels>:<action>:<process>
    # 4 virtual consoles with immortal shells
    1:12345:respawn:/bin/bash -login >/dev/tty1 2>&1 </dev/tty1
    2:2345:respawn:/bin/bash -login >/dev/tty2 2>&1 </dev/tty2
    3:2345:respawn:/bin/bash -login >/dev/tty3 2>&1 </dev/tty3
    4:2345:respawn:/bin/bash -login >/dev/tty4 2>&1 </dev/tty4

    These lines are from my debian woody system:

    1:2345:respawn:/sbin/getty 38400 tty1
    2:23:respawn:/sbin/getty 38400 tty2
    3:23:respawn:/sbin/getty 38400 tty3
    4:23:respawn:/sbin/getty 38400 tty4
    5:23:respawn:/sbin/getty 38400 tty5
    6:23:respawn:/sbin/getty 38400 tty6
    either comment out the tty lines so you have no logged in terminals started up, or change them to getty lines like a stock linux would use.

    rock

  8. #8
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    298
    Quote Originally Posted by Dave_Bechtel
    --This enables you to login over the Serial port.
    Uhm, handy, now I have always a spare serial-2-serial cable hanging around...

    Not to upset you but, I don't think this is very usefull for the average newbie user.

  9. #9
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by Henk Poley
    Not to upset you but, I don't think this is very usefull for the average newbie user.
    No perhaps not, however I have an old 486 laptop with no other way to connect to the internet than serial ->null modem cable and this has been quite useful for me.

    right on Rock, Dave.

  10. #10
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041

    ATTENTION ALL NEWBIES

    --Linux is not for newbies that want to REMAIN newbies. WinDoze is good enough for them. I'm an old DOS hound, used to the command line, and it was still a *steep* learning curve for me. It's taken me *years* of reading everything I could get my hands on about Linux to reach this point, where I am able to help the majority of people posting on this board.

    --You have to have a certain mentality going in to Linux usage - a willingness to experiment, to do research (LOTS of research), to ask for help, and eventually give back to the community in some way.

    --I don't mind helping people out - I'll give it a shot if I have something to contribute. I'll even try again and again if what I posted isn't working for them... But I'm not here to hold people's hands and babysit. At some point they need to have the confidence to do things on their own. If somebody's too afraid to type something on the command line, well maybe they should *hire* someone to help them with that Linux install. This *is* a free-support forum after all.

    --Disabling *all* login ttys is something of a newbie-trap. Basically it leaves you with a ticking-time-bomb system that will need a reboot unless you have *some* way to get in; whether it's ssh (and what if your network is down?) or direct-serial connection. I don't take offense at your post, Henk; but if my contribution didn't help the "newbie" I don't really mind - it *will* help others.

    --BTW, I would increase the port rate from 9600 to 115200 as well.

    Quote Originally Posted by Henk Poley
    Quote Originally Posted by Dave_Bechtel
    --This enables you to login over the Serial port.
    Uhm, handy, now I have always a spare serial-2-serial cable hanging around...

    Not to upset you but, I don't think this is very usefull for the average newbie user.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Asus Prime H310M-A R2.0 Intel LGA 1151 DDR4 Desktop Motherboard picture

Asus Prime H310M-A R2.0 Intel LGA 1151 DDR4 Desktop Motherboard

$54.99



ASUS H110M-A/M.2 Intel H110 HDMI SATA 6Gb/s USB 3.0 Micro ATX Motherboard DDR4 picture

ASUS H110M-A/M.2 Intel H110 HDMI SATA 6Gb/s USB 3.0 Micro ATX Motherboard DDR4

$37.49



ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard picture

ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard

$84.99



Gigabyte GA-Q170M-D3H-GSM LGA1151 DDR4 Desktop Motherboard w/ I/O Plate picture

Gigabyte GA-Q170M-D3H-GSM LGA1151 DDR4 Desktop Motherboard w/ I/O Plate

$49.99



Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3  picture

Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3

$23.99



ASUS P8H61-M LE/CSM R2.0 W/ I/O Shield / LGA1155 Intel Motherboard mATX picture

ASUS P8H61-M LE/CSM R2.0 W/ I/O Shield / LGA1155 Intel Motherboard mATX

$24.99



Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard NEW picture

Asrock Z390 Phantom Gaming 4S/AC Wifi 8th/9th Gen Intel 1151 Motherboard NEW

$89.00



MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard picture

MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard

$95.95



Gigabyte M-ATX motherboard with Intel Core i3 8100 CPU and 8GB DDR4 RAM picture

Gigabyte M-ATX motherboard with Intel Core i3 8100 CPU and 8GB DDR4 RAM

$84.00



ASUS B85M-E Motherboard Intel B85 (4th Gen) LGA1150 DDR3 microATX picture

ASUS B85M-E Motherboard Intel B85 (4th Gen) LGA1150 DDR3 microATX

$39.99