Skip to content

elzup/kit-sh

Repository files navigation

anozon shell script kit

Parsonal shell scirpts

ssh-make-key-github.sh

$ export NAME=yourkeyname
$ curl -s https://raw.githubusercontent.com/elzup/kit-sh/main/ssh-make-key-github.sh | sh
$ cat ~/.ssh/config
Host github.com
    Hostname github.com
    IdentityFile /home/ec2-user/.ssh/keyname
    User git

github-master-to-main.sh

export NAME=yourkeyname
curl -s https://raw.githubusercontent.com/elzup/kit-sh/main/github-master-to-main.sh | bash

About

Parsonal shell scirpts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published