Index of /k9-ssh/debian/13

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Packages.gz2025-09-05 18:40 515  
[   ]Release.gpg2025-09-05 18:41 854  
[   ]Packages2025-09-05 18:40 1.0K 
[   ]Release2025-09-05 18:41 1.2K 
[   ]InRelease2025-09-05 18:41 2.1K 
[   ]KEY.gpg2025-09-05 18:16 3.0K 
[   ]k9-ssh_1.0-12_arm64.deb2025-09-05 18:40 6.9M 
[   ]k9-ssh_1.0-12_amd64.deb2025-09-05 18:40 11M 

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