Index of /k9-ssh/ubuntu
Welcome to the Key9 distribution repo
This website offers installation and update packages for various operating systems to simplify Key9 SSH integrations. For additional information, visit https://docs.k9.io
Debian 13 [Trixie - amd64, arm64]
For more information, see https://docs.k9.io/key9-identity/ssh/installation-and-setup/key9-ssh-for-debian-12-bookworm-howto.
# curl -SsL https://download.k9.io/k9-ssh/debian/trixie/KEY.gpg | gpg --dearmour -o /usr/share/keyrings/k9-ssh.gpg
# echo "deb [signed-by=/usr/share/keyrings/k9-ssh.gpg] http://download.k9.io/k9-ssh/debian/trixie ./" > /etc/apt/sources.list.d/k9.list # Debian 13/Trixie
# apt-get update
# apt-get install k9-ssh
Debian 12 [Bookworm - amd64, arm64]
For more information, see https://docs.k9.io/key9-identity/ssh/installation-and-setup/key9-ssh-for-debian-12-bookworm-howto.
# curl -SsL https://download.k9.io/k9-ssh/debian/bookworm/KEY.gpg | gpg --dearmour -o /usr/share/keyrings/k9-ssh.gpg
# echo "deb [signed-by=/usr/share/keyrings/k9-ssh.gpg] http://download.k9.io/k9-ssh/debian/bookworm ./" > /etc/apt/sources.list.d/k9.list # Debian 12/bookworm
# apt-get update
# apt-get install k9-ssh
Ubuntu 24.04-LTS [Noble - amd64, arm64]
For more information, see https://docs.k9.io/key9-documentation/key9-ssh-for-24.04-noble-howto.
# curl -SsL https://download.k9.io/k9-ssh/ubuntu/noble/KEY.gpg | gpg --dearmour -o /usr/share/keyrings/k9-ssh.gpg
# echo "deb [signed-by=/usr/share/keyrings/k9-ssh.gpg] http://download.k9.io/k9-ssh/ubuntu/noble ./" > /etc/apt/sources.list.d/k9.list # Ubuntu 24.04-LTS / noble
# apt-get update
# apt-get install k9-ssh
CentOS/Redhat/Rocky[x86_64]
For more information, see https://docs.k9.io/key9-documentation/key9-ssh-for-centos-howto.
# yum-config-manager --add-repo https://download.k9.io/k9-ssh/centos/9/k9-ssh.repo
# yum install -y k9-ssh