diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-30 19:47:59 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-30 19:47:59 +0200 |
| commit | 3a3b983fe9eb74182502c45fe58477252c1b2446 (patch) | |
| tree | b12651793087e6406ca5b26ca8cce7b718297443 /info | |
| parent | readd flexibility (diff) | |
| download | gates-of-tartaros-3a3b983fe9eb74182502c45fe58477252c1b2446.tar.gz gates-of-tartaros-3a3b983fe9eb74182502c45fe58477252c1b2446.tar.bz2 gates-of-tartaros-3a3b983fe9eb74182502c45fe58477252c1b2446.tar.xz | |
no need for an extra user to use ssh
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
| -rw-r--r-- | info/gates-of-tartaros.texinfo | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/info/gates-of-tartaros.texinfo b/info/gates-of-tartaros.texinfo index 02cbd0e..3b287d3 100644 --- a/info/gates-of-tartaros.texinfo +++ b/info/gates-of-tartaros.texinfo @@ -15,7 +15,6 @@ @set DEV /dev @set ETC /etc @set GOT got -@set SSHLOGIN sshlogin @set SSH ssh @c --- end of do not touch --- @@ -100,16 +99,6 @@ for SSH logins include: @node Setting up @chapter Setting up -@menu -* Configure inittab:: Configure your system to use Gates of Tartaros. -* Enable SSH:: Enable SSH login on Gates of Tartaros. -@end menu - - - -@node Configure inittab -@section Configure inittab - To set up your inittab to to use Gates of Tartaros instead of @command{agetty}, in your inittab, use the command @command{@value{SBIN}/@value{GOT}} with the first argument @@ -128,21 +117,6 @@ c6:345:respawn:@value{SBIN}/@value{GOT} tty6 TERM=linux -@node Enable SSH -@section Enable SSH - -To enable SSH login support you must create a user -named `@value{SSHLOGIN}', which will be logged in and -run SSH when using SSH login.@footnote{SSH cannot operate -without a using being logged in.} The user's default -shell must be set to @code{@value{GOT}-cmd}. - -@example -sudo useradd -m -s @value{BIN}/@value{GOT}-cmd @value{SSHLOGIN} -@end example - - - @node Extensibility @chapter Extensibility |
