How to Install and Uninstall sshcommand Package on Kali Linux

Last updated: May 03,2024

1. Install "sshcommand" package

Please follow the instructions below to install sshcommand on Kali Linux

$ sudo apt update $ sudo apt install sshcommand

2. Uninstall "sshcommand" package

Please follow the instructions below to uninstall sshcommand on Kali Linux:

$ sudo apt remove sshcommand $ sudo apt autoclean && sudo apt autoremove

3. Information about the sshcommand package on Kali Linux

Package: sshcommand
Version: 0~20160110.1~2795f65-1.1
Installed-Size: 15
Maintainer: Alessio Treglia
Architecture: all
Depends: openssh-server | ssh-server
Size: 4160
SHA256: 9d3324ee0987eb98cea8a41cfa8938a03222711b35e06253e2c8b62d6c4854b9
SHA1: 9e013f8a6d46c869e8f711d07aee1fb3eba066b5
MD5sum: f2dc374873afef5095ae832367143f59
Description: turn SSH into a thin client specifically for your command
Simplifies running a single command over SSH, and manages
authorized keys (ACL) and users in order to do so.
.
It basically simplifies running:
.
ssh user@server 'ls -l '
into:
.
ssh ls@server
Description-md5:
Homepage: https://github.com/dokku/sshcommand
Section: admin
Priority: optional
Filename: pool/main/s/sshcommand/sshcommand_0~20160110.1~2795f65-1.1_all.deb