remctl-shell
execution
Install
- All systems
-
curl cmd.cat/remctl-shell.sh
- Debian
-
apt-get install remctl-server
- Ubuntu
-
apt-get install remctl-server
- Kali Linux
-
apt-get install remctl-server
- Fedora
-
dnf install remctl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install remctl-server
- OS X
-
brew install remctl
- Raspbian
-
apt-get install remctl-server
- Dockerfile
- dockerfile.run/remctl-shell
remctl
execution
remctl-server
Server for Kerberos-authenticated command execution
remctl is a client/server protocol for executing specific commands on a remote system with Kerberos authentication. The allowable commands must be listed in a server configuration file, and the executable run on the server may be mapped to any command name. Each command is also associated with an ACL containing a list of Kerberos principals authorized to run that command. This package contains the server (remctld).