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

multiple accounts

Home » multiple accounts

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
Copyright 2025 — SOISOS. All rights reserved. Sinatra WordPress Theme
Scroll to Top