Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 438 Bytes

File metadata and controls

23 lines (16 loc) · 438 Bytes

Project2024

Started working on this project on 2024.08.10. Working on linux kali, using git CLI Using VIM

git config --global user.name "USER" git config --global user.email "EMAIL" also possible to add VIM as primary editor

Then: Generete SSH on linux ssh-keygen -t rsa -b 4096 and add public key from ./.ssh/key.pub to github web

pwd cat ./.ssh/id_rsa.pub copy public key and pastle it to github

git clone "ssh repo link"

done