Skip to content
SOISOS
  • FOOD
  • STATISTICS
  • PROGRAMMING
    • Python
    • Rust
    • Oracle
  • PHILOSOPHY

ssh

Home » ssh

How to set up multiple ssh keys (accounts) in multiple workspaces

Posted by By sunny.bak February 7, 2024Posted inSOFTWARE
https://blog.gitguardian.com/8-easy-steps-to-set-up-multiple-git-accounts/ Create ssh keys using key-gen (id_personal, id_prof) Add keys using ssh-agent Create config file in ~/.ssh/config # ~/ssh/config Host * AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/<personal_key> Host * AddKeysToAgent…
Read More

git, how to set up multiple ssh keys for github repositories

Posted by By sunny.bak April 10, 2023Posted inRANDOM, SOFTWARE
For creating one ssh key for all github repositories, go here Create ssh keys Go to .ssh directory under your user root directory (or anywhere you want to store your…
Read More
Copyright 2025 — SOISOS. All rights reserved. Sinatra WordPress Theme
Scroll to Top