added ssh stuff
This commit is contained in:
parent
991e41df5b
commit
2a9160e02f
@ -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>
|
Loading…
Reference in New Issue
Block a user