package
0.0.0-20240318035803-6a41818544b1
Repository: https://github.com/josephlewis42/honeyssh.git
Documentation: pkg.go.dev
# Functions
Apt implements a fake apt command.
BuiltinProcessResolver implemnts vos.ProcessResolver, it returns the builtin command with the given path or nil if none exists.
No description provided by the author
Cat implements the POSIX cat command.
Cd is the cd shell builtin.
Chmod implements a POSIX chmod command.
No description provided by the author
Clear sends an ANSI clear command if connected to a PTY.
Curl implements a curl command.
No description provided by the author
Echo implements a limited echo command.
Env implements the POSIX env command.
Exit quits the shell.
Free implements a fake free command.
Grep implements the POSIX grep command.
No description provided by the author
No description provided by the author
Hostname implements the Linux command by the same name.
Id implements a the POSIX id command.
Ifconfig implements the ifconfig command.
Ip implements the ip command (newer replacemnet for ifconfig).
Last implements a fake last command.
No description provided by the author
Ls implements the UNIX ls command.
Mail implements a no-op POSIX mail command.
Mkdir implements a POSIX mkdir command.
No description provided by the author
No description provided by the author
Nice implements a fake POSIX nice command.
No description provided by the author
Passwd implements a fake passwd command.
Ps implements a fake ps command.
Pwd implements the UNIX pwd command.
Reboot terminates the remote connection.
Reset sends an ANSI reset command if connected to a PTY.
Rm implements a POSIX rm command.
Rmdir implements a POSIX rmdir command.
No description provided by the author
Scp implements an SCP command that only uploads.
No description provided by the author
Tar implements a basic tar command.
Touch implements a POSIX touch command.
No description provided by the author
Uname implements the POSIX command by the same name.
No description provided by the author
Unzip implements a basic unzip command.
Uptime implements the UNIX uptime command.
W implements the UNIX w command.
Wc implements the POSIX command by the same name.
Wget implements a wget command.
Which implements the UNIX which command.
Whoami implements the POSIX whoami command.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
AllBuiltins holds a list of all registered shell builtins.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No-op commands.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author