How to Install and Uninstall openssh-client Package on Kali Linux

Last updated: May 20,2024

1. Install "openssh-client" package

Please follow the step by step instructions below to install openssh-client on Kali Linux

$ sudo apt update $ sudo apt install openssh-client

2. Uninstall "openssh-client" package

This guide let you learn how to uninstall openssh-client on Kali Linux:

$ sudo apt remove openssh-client $ sudo apt autoclean && sudo apt autoremove

3. Information about the openssh-client package on Kali Linux

Package: openssh-client
Source: openssh
Version: 1:9.6p1-4
Installed-Size: 4959
Maintainer: Debian OpenSSH Maintainers
Architecture: amd64
Replaces: openssh-sk-helper, ssh, ssh-krb5
Provides: ssh-client
Depends: adduser, passwd, libc6 (>= 2.36), libedit2 (>= 2.11-20080614-0), libfido2-1 (>= 1.8.0), libgssapi-krb5-2 (>= 1.17), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Recommends: xauth
Suggests: keychain, libpam-ssh, monkeysphere, ssh-askpass
Conflicts: sftp
Breaks: openssh-sk-helper
Size: 975452
SHA256: 7e1bb5fdfb0c229210379f607c0a1185b79b76eb3ba1c5849399b033f762ad93
SHA1: 88af89ef3a6df83635bd30762cc69fd4b3e76b61
MD5sum: b92d290cfe4c8c6a322595945704434c
Description: secure shell (SSH) client, for secure access to remote machines
This is the portable version of OpenSSH, a free implementation of
the Secure Shell protocol as specified by the IETF secsh working
group.
.
Ssh (Secure Shell) is a program for logging into a remote machine
and for executing commands on a remote machine.
It provides secure encrypted communications between two untrusted
hosts over an insecure network. X11 connections and arbitrary TCP/IP
ports can also be forwarded over the secure channel.
It can be used to provide applications with a secure communication
channel.
.
This package provides the ssh, scp and sftp clients, the ssh-agent
and ssh-add programs to make public key authentication more convenient,
and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
.
In some countries it may be illegal to use any encryption at all
without a special permit.
.
ssh replaces the insecure rsh, rcp and rlogin programs, which are
obsolete for most purposes.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.openssh.com/
Tag: implemented-in::c, interface::commandline, interface::shell,
network::client, protocol::sftp, protocol::ssh, role::program,
security::authentication, security::cryptography, uitoolkit::ncurses,
use::login, use::transmission, works-with::file
Section: net
Priority: standard
Filename: pool/main/o/openssh/openssh-client_9.6p1-4_amd64.deb