Skip to content

Its-J/git-ssh-sign-assist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

git-ssh-sign-assist

This is a simple utility to assist with setting up SSH signing with git/GitHub, because I always forget how to do it lol. This is a 'run once' script typically meant for a freshly installed system, but it can also detect and use an existing SSH key (~/.ssh/id_ed25519.pub) if you already have one present.

Usage

Clone this repo:

git clone https://github.com/Owen-sz/git-ssh-sign-assist.git

cd into the folder:

cd git-ssh-sign-assist

Run setup.sh:

bash setup.sh

Catch-all script:

git clone https://github.com/Owen-sz/git-ssh-sign-assist.git && cd git-ssh-sign-assist && bash setup.sh

Why would you go out of your way to script such a simple thing?

Because I have so many computers that this will actually save me time.

About

Utility to assist setting up git commit ssh signing, and integrating with GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%