Sponsored Content
Operating Systems Solaris sshd (openssh) on SunOS without root privileges Post 302175330 by jlliagre on Thursday 13th of March 2008 05:16:44 PM
Old 03-13-2008
Did you change the listen port to a non privileged one ?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Root privileges &Sudoer

Hi guys... how can a root assign a user all or most of the root privileges? is sudoer comand enough 4 this? thx alot.. (2 Replies)
Discussion started by: blue_7
2 Replies

2. Programming

root privileges

Hi I have make a program that needs root privleges but any user can try to run it, so what I want it is, when any user tries( other than root ) to run the program, an input prompt would open to enter root password ( if user knows ) and program will run ( otherwise exit ), and after completing... (21 Replies)
Discussion started by: sumsin
21 Replies

3. IP Networking

Change the root directory for apache, sshd and ftpd

Helo ! I want to do something and I don't know where to start... I want to make a small web hosting server (just for me and a few friends) and for the sake of learning I'd like to make an account for every user. The thing is that I want everyone to log into the server and to be put in his home... (3 Replies)
Discussion started by: Sergiu-IT
3 Replies

4. Solaris

running sshd server from home directory without root access

Hi, I managed to install openssh from source on my home directory on a server I don't have root access to. I had problems with privilege separation because of permissions initially so I disabled it in sshd_config. But when I run sshd from where I installed it by doing ~/local/sbin/sshd, nothing at... (0 Replies)
Discussion started by: sayeo
0 Replies

5. UNIX for Dummies Questions & Answers

root privileges

Hello, As admin with root rights, to execute any command from another user without password-ask, I do : su - <user> -c "<cmd>" But how can I do to give the same rights to another physical user without using root user ? :confused: I've try to create another user "toor" with the same primary... (4 Replies)
Discussion started by: madmat
4 Replies

6. Linux

grant root privileges to ordinary user

Hi, Is it possible to grant root privileges to an ordinary user? Other than 'sudo', is there some way under Users/Groups configuration? I want ordinary user to be able to mount, umount and use command mt. /Brendan (4 Replies)
Discussion started by: brendan76
4 Replies

7. Shell Programming and Scripting

Privileges like root

My English is no very good. I must make a bash scripting sh create like a backdoor, and when execute the script a user without privileges convert in super user or root, whithout introducing the password. In Spanish: Crear un script que sirva como puerta trasera al sistema, de manera que al... (1 Reply)
Discussion started by: kitievbr
1 Replies

8. Solaris

Gaining root privileges

Hello I am a new (and only) administrator of a Solaris 10 environment. The previous admin gave me a use (say user123) that is supposed to have administrative privileges. Now the problem is, the user does not have this privilege! Here is what i tried so far: $ id uid=109(user123) gid=1(other)... (3 Replies)
Discussion started by: abohmeed
3 Replies

9. HP-UX

User with root privileges in hp ux

hi, i am new in hp ux and i must create a user with root privileges and so i disable ssh connection from root login. thanks.. (6 Replies)
Discussion started by: eliste
6 Replies

10. UNIX for Dummies Questions & Answers

Can you gain root privileges if the suid program does not belong to root?

I had a question in my test which asked where suppose user B has a program with 's' bit set. Can user A run this program and gain root privileges in any way? I suppose not as the suid program run with privileges of owner and this program will run with B's privileges and not root. (1 Reply)
Discussion started by: syncmaster
1 Replies
GITIT(1)							 Gitit User Manual							  GITIT(1)

NAME
gitit - wiki engine backed by a git or darcs filestore SYNOPSIS
gitit [{-h | --help}] [{-v | --version}] [{-p port | --port=port}] [{-l interface | --listen=interface}] [{-f configfile | --config-file=configfile}] [--debug] [--print-default-config] DESCRIPTION
gitit is a wiki enging backed by a git or darcs filestore. When run for the first time, it creates a file standard files and directories that contains the structure of a basic wiki, then listens for incoming HTTP connections. When run in a directory that already contains a gitit wiki, it uses the information already present. The directory wikidata contains the repository that hosts the pages in the wiki. You can change its content both from the Web interface and by modifying directly the repository (via commit/record or push/pull). OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). -h, --help Displays a brief help about the parameters, then quits. -v, --version Displays the installed version of gitit, then quits. -p port, --port=port Intruct gitit to listen on the specified port. -l interface, --listen=interface Intruct gitit to listen on the specified interface. -f configfile, --config-file=configfile Override default configuration with the values specified in file configfile. To see this file's syntax and the configurable fields (with default values and documentation), use --print-default-config. --debug Enable debug mode: gitit will print information about all the requests it handles. --print-default-config Prints the default configuration values, along with some documentation. AUTHOR
Giovanni Mascellani <gio@debian.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Giovanni Mascellani This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. gitit 07/02/2012 GITIT(1)
All times are GMT -4. The time now is 08:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy