<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SSH on Allison is coding...</title><link>https://allisoniscoding.vercel.app/tags/ssh/</link><description>Recent content in SSH on Allison is coding...</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2008–2019, Steve Francia and the lee.so; all rights reserved.</copyright><lastBuildDate>Fri, 05 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://allisoniscoding.vercel.app/tags/ssh/index.xml" rel="self" type="application/rss+xml"/><item><title>Notes | SSH config</title><link>https://allisoniscoding.vercel.app/posts/ssh-config/</link><pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate><guid>https://allisoniscoding.vercel.app/posts/ssh-config/</guid><description>1. Generate SSH Keys for Multiple Accounts Execute the key generation command for each account, specifying a unique file path to prevent overwriting. Leave the passphrase empty if automated access is preferred.
# Generate key for Account 1 ssh-keygen -t ed25519 -C &amp;#34;account1@email.com&amp;#34; -f ~/.ssh/id_ed25519_account1 # Generate key for Account 2 ssh-keygen -t ed25519 -C &amp;#34;account2@email.com&amp;#34; -f ~/.ssh/id_ed25519_account2 2. Configure Directory and File Permissions Apply strict access permissions to the .</description></item></channel></rss>