Index of /k9-ssh/ubuntu/24.04

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]InRelease2024-10-21 13:29 2.1K 
[   ]KEY.gpg2024-10-10 00:37 3.0K 
[   ]Packages2024-10-21 13:28 1.0K 
[   ]Packages.gz2024-10-21 13:28 515  
[   ]Release2024-10-21 13:28 1.2K 
[   ]Release.gpg2024-10-21 13:28 854  
[   ]k9-ssh_1.0-8_amd64.deb2024-10-17 02:04 7.2M 
[   ]k9-ssh_1.0-8_arm64.deb2024-10-17 02:04 5.7M 

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 12 [Bookworm - amd64, arm64]

For more information, see https://docs.k9.io/key9-documentation/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