<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/ssh-agent, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/ssh-agent?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/ssh-agent?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2024-10-15T11:02:12Z</updated>
<entry>
<title>Revert "feat(ssh-agent): add keys regardless of filename (#12741)" (#12761)</title>
<updated>2024-10-15T11:02:12Z</updated>
<author>
<name>Carlo Sala</name>
<email>carlosalag@protonmail.com</email>
</author>
<published>2024-10-15T11:02:12Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=09a94672003b21b8a3d8d15d31098641e7f3a4db'/>
<id>urn:sha1:09a94672003b21b8a3d8d15d31098641e7f3a4db</id>
<content type='text'>
This reverts commit d2d5155d41cbe183ef172fef1e83a29d116a5af6.

Closes #12743
Closes #12745
Closes #12758</content>
</entry>
<entry>
<title>feat(ssh-agent): add keys regardless of filename (#12741)</title>
<updated>2024-10-10T11:39:07Z</updated>
<author>
<name>Щанников Михаил</name>
<email>79425045+mikhailde@users.noreply.github.com</email>
</author>
<published>2024-10-10T11:39:07Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=d2d5155d41cbe183ef172fef1e83a29d116a5af6'/>
<id>urn:sha1:d2d5155d41cbe183ef172fef1e83a29d116a5af6</id>
<content type='text'>
Co-authored-by: Carlo Sala &lt;carlosalag@protonmail.com&gt;
</content>
</entry>
<entry>
<title>fix(ssh-agent): use termux prefix for tmp (#12695)</title>
<updated>2024-09-27T09:40:15Z</updated>
<author>
<name>flyingpeakock</name>
<email>philiptjohansson@proton.me</email>
</author>
<published>2024-09-27T09:40:15Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2a2f8ecb67674538b4b267f0796673f779f0ae5d'/>
<id>urn:sha1:2a2f8ecb67674538b4b267f0796673f779f0ae5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(ssh-agent): support `id_ed25519_sk` (#12663)</title>
<updated>2024-09-10T09:32:18Z</updated>
<author>
<name>Mattias Eriksson</name>
<email>6420639+snaggen@users.noreply.github.com</email>
</author>
<published>2024-09-10T09:32:18Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2abecedf67f47f0b39ee31b38705630eaa8dc21f'/>
<id>urn:sha1:2abecedf67f47f0b39ee31b38705630eaa8dc21f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ssh-agent): add identity only if identity exists (#12371)</title>
<updated>2024-04-22T19:37:17Z</updated>
<author>
<name>Zikoeng Xi</name>
<email>i@zikoengxi.com</email>
</author>
<published>2024-04-22T19:37:17Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=67581c53c6458566e174620361e84b364b9034d2'/>
<id>urn:sha1:67581c53c6458566e174620361e84b364b9034d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ssh-agent): don't start new agent if screen/tmux symlink exists (#12297)</title>
<updated>2024-03-25T11:27:21Z</updated>
<author>
<name>Alexander Schlüter</name>
<email>alx.schlueter@gmail.com</email>
</author>
<published>2024-03-25T11:27:21Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=3e05befaeee60a0f8522f470292c75046b05ceb9'/>
<id>urn:sha1:3e05befaeee60a0f8522f470292c75046b05ceb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix typos (#12284)</title>
<updated>2024-03-14T16:07:39Z</updated>
<author>
<name>shuangcui</name>
<email>fliter@qq.com</email>
</author>
<published>2024-03-14T16:07:39Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c8ba08581dff43c18c1b0d9e7312ca32e6d97124'/>
<id>urn:sha1:c8ba08581dff43c18c1b0d9e7312ca32e6d97124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ssh-agent): add error message if `~/.ssh` is not found (#11929)</title>
<updated>2023-10-18T18:14:47Z</updated>
<author>
<name>Vishal Sharma</name>
<email>106011641+vishal-sharma-369@users.noreply.github.com</email>
</author>
<published>2023-10-18T18:14:47Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=0da416986aadbaf89dc5596b01f9b42403f4d9fd'/>
<id>urn:sha1:0da416986aadbaf89dc5596b01f9b42403f4d9fd</id>
<content type='text'>
Closes #11829 

Co-authored-by: Carlo Sala &lt;carlosalag@protonmail.com&gt;</content>
</entry>
<entry>
<title>docs(ssh-agent): macOS and p10k advices (#11612)</title>
<updated>2023-04-11T08:41:00Z</updated>
<author>
<name>Josh McKinney</name>
<email>joshka@users.noreply.github.com</email>
</author>
<published>2023-04-11T08:41:00Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=b4f9698733d7b29cc495e649e26fd6c3a5dcfcae'/>
<id>urn:sha1:b4f9698733d7b29cc495e649e26fd6c3a5dcfcae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ssh-agent): silence `ssh-add` if quiet mode is enabled (#11201)</title>
<updated>2022-10-03T14:58:42Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2022-10-03T14:58:42Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=1c879f67b4380f0705ee1bc578d5aab53bf192a4'/>
<id>urn:sha1:1c879f67b4380f0705ee1bc578d5aab53bf192a4</id>
<content type='text'>
Fixes #11201
</content>
</entry>
</feed>
