Results 1 to 8 of 8

Thread: How to secure Ubuntu Server

  1. #1
    Join Date
    Apr 2009
    Posts
    586

    How to secure Ubuntu Server

    Hi,
    To setup a server on Ubuntu based OS what are the options I can use to secure my server more. Usually Linux based OS are much more secure than any other. I had find and bit worked on public key cryptography which helps out to generate a public and private key.But other than this what more can be under under user account management and file system support.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,424

    Re: How to secure Ubuntu Server

    Normally Ubuntu is a very secure platform. There is very less to do on it. But if you are specifically concern with the security then you can crate user accounts for the same. In many aspects user account management is the easier way to deal with the Ubuntu server security. Ubuntu is inherited with the Debian's User Administration model. So if you have worked on this before than that does be a hard job.

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    Re: How to secure Ubuntu Server

    The OS do not enables the root or administrator by default. That needs a manual configuration. So this becomes the great security advantage for the server. The first users which you add during the installation is the first who lies in the place of admin group. He can use the Sudo command to perform administration task. You can then add more by the following command : $ sudo adduser username admin.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Re: How to secure Ubuntu Server

    It will be better practice if you use deluser in the place of add user to delete a user from group. And you must be also ware that sudo is just not a command for user accounts management but a advance tool that can also help you to handle permissions. Means the rights of user to execute any command or enjoy any extra privileges on the server.

  5. #5
    Join Date
    Jan 2006
    Posts
    4,221

    Re: How to secure Ubuntu Server

    PSOX model is a type the model for files which are normally standardized across most of the Unix type OS. Here there are three types of modes are used to get an access to each file or directory which is owner, group & others. This is exactly similar to all the other Linux Distribution. This makes you server more secure by this modules of implementation.

  6. #6
    Join Date
    Jan 2006
    Posts
    3,792

    Re: How to secure Ubuntu Server

    You might have heard about the nodev option. It is a file mount option which help s to create or use a special device file. There are many types of file system that you can use and apply under Ubuntu platform. Your work will normally depend on the behavior of outer world. There is one more file system called as noexec which is flagged as noexec which does not allow any type of executable.

  7. #7
    Join Date
    Jan 2006
    Posts
    3,792

    Re: How to secure Ubuntu Server

    You might have heard about the nodev option. It is a file mount option which help s to create or use a special device file. There are many types of file system that you can use and apply under Ubuntu platform. Your work will normally depend on the behavior of outer world. There is one more file system called as noexec which is flagged as noexec which does not allow any type of executable.

  8. #8
    Tasha Faith Guest

    Re: How to secure Ubuntu Server

    In general, Ubuntu Server is a very secure platform. The Ubuntu Security Team, the team that produces all official security updates, has one of the best turnaround times in the industry. Ubuntu ships with a no open ports policy, meaning that after you install the machine -- be it an Ubuntu desktop or a server -- no applications will be accepting connections from the Internet by default. Like Ubuntu desktops, Ubuntu Server uses the sudo mechanism for system administration

Similar Threads

  1. Replies: 9
    Last Post: 02-12-2011, 10:50 PM
  2. Windows 7: can't access Secure News Server (SSL) server
    By Hungry Ko in forum Networking & Security
    Replies: 3
    Last Post: 06-01-2011, 02:05 PM
  3. How to Secure FTP Server
    By XDRoX in forum Tips & Tweaks
    Replies: 2
    Last Post: 27-11-2010, 03:58 PM
  4. Need help in building secure linux server
    By Wenro in forum Networking & Security
    Replies: 5
    Last Post: 13-04-2010, 01:05 PM
  5. How to make a ftp server more secure.
    By Bartholomew in forum Networking & Security
    Replies: 3
    Last Post: 12-05-2009, 12:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,011,266.23654 seconds with 17 queries