Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

account-restrictions

What commands does git use when communicating via ssh?

by IT Nursery

If you didn’t want to use the user account for anything else you could just run chsh for the user and select /usr/bin/git-shell … Read more

Tags account-restrictions, git, ssh

Can I create a local only guest account?

by IT Nursery

Sorry, I don’t actually have a way to do what you’re asking, but I think this answer will be helpful nonetheless. What do … Read more

Tags account-restrictions, login-manager, pam, security

How can I create and grant a normal user with root privileges?

by IT Nursery

You don’t need to create ‘sybase’ as a privileged user. See http://tldp.yolinux.com/HOWTO/Sybase-ASE-HOWTO.html for examples. Useful info: “create the sybase user group and then … Read more

Tags account-restrictions, linux, permissions, users

Limit a user to his own home directory

by IT Nursery

In Unix, to do even the most basic stuff, a user needs access to sundry resources (executables, libraries, configuration files, manual pages, examples, … Read more

Tags account-restrictions, permissions, users

Restrict the times a user is allowed to log in

by IT Nursery

Is it just here that you do, or are you using ones instead of Ls? The time restrictions should read “capital A, small … Read more

Tags account-restrictions, login, pam

How to hinder root from running a script

by IT Nursery

@Tshepang has the right idea. I don’t know which is most portable, but here are other ways to detect whether the user is … Read more

Tags account-restrictions, bash, root

Restrict password-less backup with SFTP

by IT Nursery

Restricted Shell You need to assign a restricted shell such scponly or rssh. When you use scp or sftp you are connecting to … Read more

Tags account-restrictions, key-authentication, sftp, ssh

Adding a user who can only execute scripts remotely

by IT Nursery

Try this as the login shell for the user: #!/bin/sh basedir=/local/remote_only_scripts while read -p ‘$ ‘ prog args; do if [ ! -x … Read more

Tags account-restrictions, ssh

Creating a UNIX account which only executes one command

by IT Nursery

You could set the shell of that user to a script just running the command you want to allow: Whenever the user logs … Read more

Tags account-restrictions, login, solaris, ssh

Can I restrict a user to use special programs?

by IT Nursery

Can I restrict a user to use special programs?

Tags account-restrictions, fedora, gnome, permissions, shell
Older posts
Page1 Page2 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery
x
x