<?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 Georgios Arampatzis</title><link>https://arampatzis.github.io/en/tags/ssh/</link><description>Recent content in Ssh on Georgios Arampatzis</description><generator>Hugo</generator><language>en</language><managingEditor>georgios.arampatzis@uoc.gr (Georgios Arampatzis)</managingEditor><webMaster>georgios.arampatzis@uoc.gr (Georgios Arampatzis)</webMaster><lastBuildDate>Wed, 29 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://arampatzis.github.io/en/tags/ssh/index.xml" rel="self" type="application/rss+xml"/><item><title>Connecting to Github</title><link>https://arampatzis.github.io/en/coding/github-ssh-token/</link><pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate><author>georgios.arampatzis@uoc.gr (Georgios Arampatzis)</author><guid>https://arampatzis.github.io/en/coding/github-ssh-token/</guid><description>Connecting to GitHub from the Command Line Option 1: SSH Key Step 1: Generate an SSH Key ssh-keygen -t ed25519 -C &amp;#34;your_email@example.com&amp;#34; -f ~/.ssh/github Press Enter to accept the default file location, then set a passphrase (optional).
Step 2: Add Your Key to the SSH Agent eval &amp;#34;$(ssh-agent -s)&amp;#34; ssh-add ~/.ssh/github Step 3: Configure SSH for GitHub Add the following to ~/.ssh/config (create the file if it doesn&amp;rsquo;t exist):
Host github.</description></item></channel></rss>