File: using.yo

package info (click to toggle)
stealth 4.04.00-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,540 kB
  • sloc: cpp: 2,759; sh: 151; makefile: 111; ansic: 52
file content (13 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
    On order to minimize the amount of clutter and possibly complications when
only a simple command-shell is required for executing commands, it is
suggested to use a bf(bash)(1) shell when logging into tt(account@client)'s
account.

    When another shell is already used for tt(account@client), then an extra
account (optionally using the same tt(UID) as the original account, but using
bf(sh)(1) as the shell), could be defined in the client's tt(/etc/passwd)
file. In the bf(passwd)(5) file this could, e.g., be realized for em(root) as
em(rootsh) as follows:nl()
        verb(    rootsh:x:0:0:root:/root:/bin/bash)
    If shadow passwording is used, a matching entry in the tt(/etc/shadow)
file is required as well.