added ssh stuff

This commit is contained in:
RealStickman 2020-06-22 15:03:39 +00:00
parent 991e41df5b
commit 2a9160e02f

View File

@ -61,7 +61,18 @@ systemd-analyze blame > detail[X].txt
patch -Np1 -i *file*
#create mkinitcpio
sudo mkinitcpio -c /etc/mkinitcpio.conf -g initramfs-*kernel*.img
sudo mkinitcpio -g /boot/initramfs-[kernel].img -k [kernel from /usr/lib/modules]
#network traffic
nload
nload
#pacman remove old packages
pacman -Sc
#ssh keys
#generate keys per computer, only once!
ssh-keygen
#allow access through ssh key
ssh-copy-id -i <file location> <user>@<ip/domain>