Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 706 Bytes

File metadata and controls

21 lines (12 loc) · 706 Bytes

SSH Setup

    cd ~/.ssh

    ssh-keygen -t rsa -b 4096 -C "your_github_account"

    eval $(ssh-agent -s)

    ssh-add

    # To add ssh to to github copy the token from filename.pub and setup to github account

chmod - The chmod, or change mode, command allows an administrator to set or modify a file's permissions. Every UNIX/Linux file has an owner user and an owner group