mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Add ceph repo for Proxmox
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
7c08f70eb3
commit
f6a88e32e8
@ -25,7 +25,7 @@ systemctl restart chronyd
|
||||
echo 'GSSAPIAuthentication no
|
||||
VerifyHostKeyDNS yes' | tee /etc/ssh/ssh_config.d/10-custom.conf
|
||||
sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
|
||||
echo 'PasswordAuthentication no
|
||||
echo 'PasswordAuthentication no
|
||||
KerberosAuthentication no
|
||||
GSSAPIAuthentication no' | sudo tee /etc/ssh/sshd_config.d/10-custom.conf
|
||||
sudo chmod 644 /etc/ssh/sshd_config.d/10-custom.conf
|
||||
@ -47,6 +47,8 @@ deb https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-
|
||||
|
||||
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription' | tee /etc/apt/sources.list
|
||||
|
||||
echo 'deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription' | tee /etc/apt/sources.list.d/ceph.list
|
||||
|
||||
# Update and install packages
|
||||
apt update
|
||||
apt upgrade -y
|
||||
|
Loading…
Reference in New Issue
Block a user