logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tinysshnoneauthd - Tiny SSH daemon with 'none' auth. enabled

Description

tinysshnoneauthd  creates  encrypted  (but  not auhenticated) SSH connection.  It's used to protect older
       protocols which uses e.g. telnet etc.

Examples

TCPSERVER
              useradd tinysshnoneauth
              mkdir -p /home/tinysshnoneauth/
              tinysshd-makekey /home/tinysshnoneauth/sshkeydir
              chown -R tinysshnoneauth /home/tinysshnoneauth/sshkeydir
              envuidgid tinysshnoneauth tcpserver -UHRDl0 0 2222 /usr/sbin/tinysshnoneauthd -vv -e 'cat /etc/motd' /home/tinysshnoneauth/sshkeydir

Name

       tinysshnoneauthd - Tiny SSH daemon with 'none' auth. enabled

Options

-q     no error messages

       -Q     print error messages (default)

       -v     print extra information

       -l     use syslog instead of standard error output (useful for running from inetd)

       -L     don't use syslog, use standard error output (default)

       -ecommand
              execute the given command instead of spawning the shell (disables exec/subsystem channel requests)

       keydir directory containing TinySSH keys, typically /etc/tinyssh/sshkeydir

See Also

tinysshd(8), tinysshd-makekey(8), tinysshd-printkey(8)

       https://tinyssh.org/

                                                                                             tinysshnoneauthd(8)

Synopsis

tinysshnoneauthd [ options ] keydir
return

See Also