Skip to main content

OpenSSH Public Key Authorization on Linux

To find out whether a user exists or not in a Linux machine:
*    grep username /etc/passwd
or
*    id username

To give a new user access to Linux machine:
1. Login as root user
2. Run this:
    $ /usr/sbin/adduser new_user
3. Set a new password:
    $ passwd new_user
    (and put the password when prompted)

To give them root access:
4. Edit the /etc/sudoers file
    $ vi /etc/sudoers
    User_Alias YOUR_GROUP = new_user
    YOUR_GROUP ALL=(ALL) NOPASSWD: ALL

To test whether the new_user has been granted root access, run these two commands:
    $ su new_user (user should be 'new_user' now)
    $ sudo su (user should be 'root' now)
If the conditions above met, then new_user has root access.

If the new_user want to use public/private key gen authorization:
5. Change your user to be the new_user
    $ su new_user
6. Create ~/.ssh/authorized_keys file if it doesn't exist yet
    $ mkdir ~/.ssh
    $ chmod 700 ~/.ssh
7. Insert the public key on the authorized_keys file
    $ vi ~/.ssh/authorized_keys
    (insert the public key entry)

Comments

Popular posts from this blog

Myth or ?

Now that my daughter hits 10 month mark, she starts to move more actively around. She doesn't quite walk yet, but she tries. Her feet don't move one in front of the other, but her whole body make a "jump" to compensate. As such, she fell and hit her head. A part of her forehead was swollen. And when we called our family, the single advice that everyone gave us was: Rub oil on it, and then rub a knife on it. This was totally the way we were brought up. I remember seeing an adult rubbing the swollen part of a child's head with knife. It works too! But it makes me wonder... Why does it work? Do we still have to do that nowadays?

Living with Strata...

In North America, the only type of housing where you have complete control over is single family home. SFH means that all your outside walls are not attached to other houses. If you have SFH, chances are you have a front/back yard, and there is grass surrounding your whole house. Sadly, SFH is becoming more and more unaffordable. You can probably still have one, but you will be in debt for all your life. The second best thing for a small family is townhouse, which is what I live in right now. Unlike SFH, townhouses are strata-ed. What is strata? Strata is a group of volunteer owners, selected by all owners in the complex, who deals with administration of the whole complex. It's snowing hard and we need snow plow? Strata will call them in. Somebody's guests are making lots of noises at night time? Strata will warn (and fine) them. Somebody's car knock your garage door? Strata will deal with insurance. The complex needs more visitor parking space reserved? Strata will ensure

Amigurumi: Single Pea and Deadly Cute Ninja

I think I was bitten by the craft bugs. Here's my next creation: the single pea (because making 3 of them in solid green is just too much for my eyes) and the deadly but cute ninja. Chris called them Peany and Ninji. Peany, Dora, Ninji, and Mushy posing together It's hard to see from this photo, but Ninji actually has a sling (in a slightly different color) around his body, and a mini ninja star. And talk about proportion... the vegetables are larger than the cat and the person. Makes you wonder, isn't it?