blob: c3361684ab762d94afe25600dc4b18552b95d7de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Minimal replacement for agetty written in
GNU Bash with support for remote SSH login.
Note however that because of the use of GNU
Bash, rather than a compiled language,
gates-of-tartaros uses more memory than agetty.
You can configure your install to use dash
instead of bash by running make with the
argument BASH_SHEBANG="/usr/bin/env dash".
Doing so will more halve the memory using,
reducing the memory usage to slightly below
that of agetty.
To log in with over SSH type:
user@host
or
user@host port
Usage:
got TTY EXPORTS...
Example:
got tty1 TERM=linux
|