<?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 Tiago Costa</title>
    <link>https://tiagoscosta.tpps.com.br/tags/ssh/</link>
    <description>Recent content in Ssh on Tiago Costa</description>
    <generator>Hugo</generator>
    <language>pt-br</language>
    <lastBuildDate>Wed, 01 Jul 2026 18:52:00 +0000</lastBuildDate>
    <atom:link href="https://tiagoscosta.tpps.com.br/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>📝 Tutorial: Gerenciando Múltiplas Contas GitHub com SSH no Windows</title>
      <link>https://tiagoscosta.tpps.com.br/posts/-tutorial-gerenciando-m%C3%BAltiplas-contas-github-com-ssh-no-windows/</link>
      <pubDate>Wed, 01 Jul 2026 18:52:00 +0000</pubDate>
      <guid>https://tiagoscosta.tpps.com.br/posts/-tutorial-gerenciando-m%C3%BAltiplas-contas-github-com-ssh-no-windows/</guid>
      <description>&lt;p&gt;Este guia ensina como configurar chaves SSH distintas no Windows para alternar entre contas GitHub (pessoal e corporativa) sem conflitos de permissão ou autenticação.&lt;/p&gt;&#xA;&lt;h2 id=&#34;passo-1-gerar-chaves-ssh-separadas&#34;&gt;&#xA;  Passo 1: Gerar Chaves SSH Separadas&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#passo-1-gerar-chaves-ssh-separadas&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link para o cabeçalho&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link para o cabeçalho&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Abra o Git Bash e gere as chaves para cada conta. Substitua os e-mails pelos seus respectivos endereços.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Conta Pessoal:&lt;/strong&gt;&#xA;ssh-keygen -t ed25519 -C &amp;ldquo;&lt;a href=&#34;mailto:seu-email-pessoal@exemplo.com&#34; &gt;seu-email-pessoal@exemplo.com&lt;/a&gt;&amp;rdquo; -f ~/.ssh/id_github_pessoal&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Conta Corporativa:&lt;/strong&gt;&#xA;ssh-keygen -t ed25519 -C &amp;ldquo;&lt;a href=&#34;mailto:seu-email@empresa.com&#34; &gt;seu-email@empresa.com&lt;/a&gt;&amp;rdquo; -f ~/.ssh/id_github_empresa&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
