Quick Access

User login

Who's online

There are currently 0 users and 24 guests online.

Visitors Map

Site Counter

  • Site Counter: 278792
  • Registered Users: 1988
  • Published Nodes: 331
  • Your IP: 66.249.71.78
  • Since: 2008-09-09

Link Exchange

BlogCatalog Blog DirectoryTechnology blogs
Technology Business Directory - BTS LocalTop stories
Click hereTop Blog   Hacking & Security
         SecGeeks
       Megapanzer

Live Traffic Info

Advertisements

      ExitJunction.com - Make Money From Your Exit Traffic!
      Click Here to Check WidgetBucks
      Click here to Advertise
     


     

SSH passwordless login and sudo user

Password less SSH login to another server can be very useful when you want to configure a remote backup server or when migrating servers. For enabling this you need to have openSSH installed on the server. Here is a tutorial on how to configure password less SSH login to server ‘mars’ from server ‘earth’

1. Login to earth as root.

2. Run the command ssh-keygen -t rsa
If the key already exists you can either go to step 3 or you can generate a new key by overwriting existing key (see image). It would be better to overwrite the existing key if you did not generate it.




3. Change directory to /root/.ssh/

root@earth:~# cd /root/.ssh/
root@earth:~/.ssh#

4. Copy the contents of the file id_rsa.pub to the directory /root/.ssh/authorized_keys
scp -P id_rsa.pub root@mars_server_IP:/root/.ssh/authorized_keys

5. You will be able to login to the remote server ‘mars’ by typing ssh root@mars_server_IP -p without password now

Creating Sudo user to login as root:

1. Login to server as root

2. Create a new user by using the command

root@server:~# useradd user

3. Assign a password for the user by using the command
root@server:~# passwd user

4. Add the user to the admin group in /etc/groups

root@server:~# vi /etc/groups
admin:x:121:user1,user2

Technorati Tags:Technorati Tags:
Your rating: None Average: 4 (2 votes)

nice one bro

nice one bro

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.

Search

Loading

Bookmark Us!

Share/Save

Page Rank

Quotes

The power of imagination makes us infinite.

Subscribe Us!

Explore Tags

Follow Us

Advertisements