#ActuLibre SSH over Openssl over Haproxy - - contourner les blocages, à lire sur https://blog.victor-hery.com/2024/02/ssh-openssl-haproxy.html #hébergement #openssh
SSH over Openssl over Haproxy - - contourner les blocages

contourner les blocages

Blog de Victor Héry
SSH over Openssl over Haproxy - - contourner les blocages | Journal du hacker

OpenSSH

the main OpenSSH page

Neat, OpenSSH client adds variable expansion in "User".
This will allow for much simpler PAM (the privileged access management one) related configuration - for example, expanding user into user%original_hostname etc.

https://github.com/openssh/openssh-portable/commit/bd30cf784d6e825ef71592fb723c41d4f2fd407b

#OpenSSH #SSH #security

upstream: Allow %-token and environment variable expansion in User, · openssh/openssh-portable@bd30cf7

with the exception of %r and %C which are self-referential. Requested in bz#3477, ok djm@, man page improvements jmc@ OpenBSD-Commit-ID: caeb46251ee073662f6f5864c6f7b92d8ac80fa8

GitHub

Elegir la identidad SSH que presenta un cliente al servidor

https://blog.jcea.es/posts/20231203-identidad_ssh.html

#OpenSSH

Elegir la identidad SSH que presenta un cliente al servidor

Cuando un cliente se conecta a un servidor SSH, normalmente le propondrá todas las identidades SSH presentes en el servicio SSH Agent. Esto no está necesariamente mal, pero tiene algunos problemas: E

El hilo del laberinto
#PowerShell #OpenSSH PowerShell, OpenSSH, and DSC team investments for 2025 http://dlvr.it/TK8Lvg
PowerShell, OpenSSH, and DSC team investments for 2025 - PowerShell Team

Planned team investments for 2025 for PowerShell, OpenSSH, DSC, and related tooling.

PowerShell Team
OpenSSH: Release Notes

OpenSSH release notes

OpenSSH: Release Notes

OpenSSH release notes

OpenSSH arriba a la versió 10.0. Entre d'altres, inclou l'algoritme mlkem768x25519-sha256, que diuen és a prova d'ordinadors quàntics.

https://www.phoronix.com/news/OpenSSH-10.0-Released

#OpenSSH #Quàntic #mlkem768x25519-sha256

OpenSSH 10.0 Released To Better Fend Off Attacks By Quantum Computers

OpenSSH 10.0 is now available for this widely-used SSH client/server implementation

In case anyone is wondering why #ssh (#openssh) is failing silently on #msys2 - seems they pushed out a version that depends on an msys2 runtime version that's stuck in some kind of release queue: https://github.com/msys2/MSYS2-packages/issues/5320
/usr/bin/ssh can't find the symbol setproctitle · Issue #5320 · msys2/MSYS2-packages

Description / Steps to reproduce the issue write ssh get error 127 not found setproctitle symbol couldn t be found in dll /usr/bin/ssh this was done after the latest update... it used to work. Expe...

GitHub