Настройка SSH для коммитов в репозиторий

Итак вам надо клонировать репозиторий с компанейского репозитория и git просит какие-то непонятные пароли. Знакома ситуация? В этой заметке я написал как настроить ssh ключи.

https://habr.com/ru/articles/746810/

#ssh #putty #GitLab #git #PuTTYgen #pageant #plink #Рassphrase #GIT_SSH

Настройка SSH для коммитов в репозиторий

Пролог Итак вам надо клонировать репозиторий с компанейского репозитория и git просит какие-то непонятные пароли, ключи. или вот такая классическая ситуация Что делать? Терминология Чтобы настроить...

Хабр
How To Generate A SSH Public And Private Key Pair Using PuTTYgen To Connect To Your VPS

YouTube

PuTTY 使用 ecdsa-sha2-nistp521 的漏洞

看到「PuTTY vulnerability vuln-p521-bias (greenend.org.uk)」這個消息,官網的說明在「PuTTY vulnerability vuln-p521-bias」這邊。

DSA 類的簽名演算法有個得很小心的地方,是 nonce 選擇不當會造成 key recovery,這在原文有提到:

All DSA signat

https://blog.gslin.org/archives/2024/04/16/11746/putty-%e4%bd%bf%e7%94%a8-ecdsa-sha2-nistp521-%e7%9a%84%e6%bc%8f%e6%b4%9e/

#Computer #Murmuring #Network #Security #Software #cryptography #generation #key #nist #p521 #p521 #putty #puttygen #security #sha512

PuTTY 使用 ecdsa-sha2-nistp521 的漏洞

看到「PuTTY vulnerability vuln-p521-bias (greenend.org.uk)」這個消息,官網的說明在「PuTTY vulnerability vuln-p521-bias」這邊。 DSA 類的簽名演算法有個得很小心的地方,是 nonce 選擇不當會造成 key recovery,這在原文有提到: All DSA signature schemes...

Gea-Suan Lin's BLOG
Convert a PEM Key to a PPK Key on a Linux and Windows

Convert a PEM Key to a PPK Key on a Linux and Windows Azure Platform. A public/private key pair is required to connect to Linux instance

TechDirectArchive
How to Generate SSH keys in Windows 11 - TechDirectArchive

How to Generate SSH keys in Windows 1. For encrypted connections between a client and a server, an SSH key, or Secure Shell key...

TechDirectArchive

@remaster I've stuck with plain rsa for that reason before even trying ed25519, and even tried various output formats (ppk, openSSH PrivateKey, PEM RSA private key).

Last I tried was use the #PuTTYgen GUI to generate a plain rsa key without passphrase even, and used the "Conversions/Export OpenSSH key" option they suggested on https://sites.google.com/site/ghostcommander1/info
Yet it still complains about 'invalid key'.

Ghost Commander - How to use

I got tired of trying to get #SMB sharing between Windows and Android to work, so I did what I should've done in the first place: set up a pubkey-authenticated #SFTP server.
#openSSH on #Termux for Android and #WinSCP + an #ed25519 key generated through #puTTYgen on Windows. Feels a lot simpler and more reliable than stupid #WindowsFileSharing I'm always struggling with...