login

Initiates a session for a user. More information: <https://manned.org/login>.

Install

All systems
curl cmd.cat/login.sh
Debian Debian
apt-get install login
Ubuntu
apt-get install login
Alpine
apk add util-linux
Arch Arch Linux
pacman -S util-linux
image/svg+xml Kali Linux
apt-get install login
CentOS
yum install util-linux
Fedora
dnf install util-linux
Windows (WSL2)
sudo apt-get update sudo apt-get install login
OS X
brew install util-linux
Raspbian
apt-get install login
Docker
docker run cmd.cat/login login powered by Commando

Initiates a session for a user. More information: <https://manned.org/login>.

  • Log in as a user:
    login user
  • Log in as user without authentication if user is preauthenticated:
    login -f user
  • Log in as user and preserve environment:
    login -p user
  • Log in as a user on a remote host:
    login -h host user

© tl;dr; authors and contributors