<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ansible-distro-configure.git/roles/ssh, branch main</title>
<subtitle>Ansible Roles to configure different (linux) distros
</subtitle>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/'/>
<entry>
<title>Add pve-ssh support with hardening</title>
<updated>2026-07-16T15:03:28+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-07-16T14:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=4b8654a2b0edc90798372cba357f23b15b51657c'/>
<id>4b8654a2b0edc90798372cba357f23b15b51657c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded GSSAPIAuthentication</title>
<updated>2026-07-07T11:18:59+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-07-07T11:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=6f9b69c2d298890dcefae098160c11d1a0912816'/>
<id>6f9b69c2d298890dcefae098160c11d1a0912816</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder ssh keygen to avoid issues of starting ssh before keys existing</title>
<updated>2026-06-23T15:26:55+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-06-23T15:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=f03df6658a5799130f8a0d70942478549f9de417'/>
<id>f03df6658a5799130f8a0d70942478549f9de417</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate fields from argument_specs files</title>
<updated>2026-03-04T01:21:39+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-03-04T01:16:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=658b31420cbd0dceee00cc02f0d7db71aa3e084f'/>
<id>658b31420cbd0dceee00cc02f0d7db71aa3e084f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the ssh/known_hosts permissions</title>
<updated>2026-02-12T23:34:14+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-02-12T23:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=e82f99951124d5ed62d04e016e04205d2b7ff1f1'/>
<id>e82f99951124d5ed62d04e016e04205d2b7ff1f1</id>
<content type='text'>
The file was created by root during chroot setup, and therefore wasn't
writable, causing ssh to complain about the permission and asking every
time about the ssh fingerprint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file was created by root during chroot setup, and therefore wasn't
writable, causing ssh to complain about the permission and asking every
time about the ssh fingerprint
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix known_hosts</title>
<updated>2026-01-24T17:19:36+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-01-24T17:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=d1fa33c211094a1875bd8d17566aeccd84434e82'/>
<id>d1fa33c211094a1875bd8d17566aeccd84434e82</id>
<content type='text'>
The original implementation created the /home/root/.ssh/known_hosts
This fix is to ensure that the known hosts are configured for the
username that are being provisioned instead of root
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original implementation created the /home/root/.ssh/known_hosts
This fix is to ensure that the known hosts are configured for the
username that are being provisioned instead of root
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ansible_facts to use only bracket notation instead of dot notation</title>
<updated>2026-01-24T15:24:28+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-01-24T15:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=6d927c0f20f95dfb1ece8766dfaf34805bc2f820'/>
<id>6d927c0f20f95dfb1ece8766dfaf34805bc2f820</id>
<content type='text'>
Co-authored-by: claude.ai
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: claude.ai
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ansible 2.20.1 deprecation warning about ansible_vars</title>
<updated>2026-01-24T00:03:37+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-01-23T23:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=d7b3463a79a50dc81d28d530c5212a1749efbb15'/>
<id>d7b3463a79a50dc81d28d530c5212a1749efbb15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove company from the roles meta</title>
<updated>2025-12-16T15:43:30+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-12-16T15:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=d386ee1f212b850ebbafc464cdda6b3c7fd65a4a'/>
<id>d386ee1f212b850ebbafc464cdda6b3c7fd65a4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor scattered known_hosts to be part of the ssh role</title>
<updated>2025-11-09T00:47:00+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-11-08T23:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=aa8d8855e0a153245f2ad0832ebeea80af57cbfb'/>
<id>aa8d8855e0a153245f2ad0832ebeea80af57cbfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
