#ssh

[ follow ]
DevOps
fromanweshadas.in
1 day ago

ssh version output in stderr

ssh -V writes its version information to stderr while most Linux commands print version output to stdout.
fromInfoQ
6 days ago

GitHub Adds Post-Quantum Secure SSH Key Exchange to Protect Git Data in Transit

GitHub is introducing a hybrid post-quantum secure key exchange algorithm for SSH access when interacting with Git over SSH. The new algorithm, sntrup761x25519-sha512 (also known as sntrup761x25519-sha512@openssh.com), combines Streamlined NTRU Prime (a post-quantum cryptography scheme) with the classical curve X25519. This change aims to safeguard Git data against potential future threats from quantum computers that might decrypt SSH sessions recorded today.
Information security
fromZDNET
5 days ago

Using SSH on MacOS is easy, thanks to this built-in connection manager

I use Secure Shell (SSH) every day because it's one of the most secure ways of connecting to remote machines. It doesn't matter if I'm accessing a machine within my LAN or a system beyond my home network; SSH is the tool I use. SSH is simple. You can connect to a server or desktop with the command: ssh USERNAME@SERVER Where USERNAME is the remote user and SERVER is the IP address or domain of the remote server.
Information security
fromThe Hacker News
2 months ago

New 'Plague' PAM Backdoor Exposes Critical Linux Systems to Silent Credential Theft

The implant is built as a malicious PAM (Pluggable Authentication Module), enabling attackers to silently bypass system authentication and gain persistent SSH access.
Information security
#ansible
Remote teams
fromZDNET
5 months ago

My favorite SSH clients for Android - and why you need them

You can connect to Linux machines via SSH using Android apps like JuiceSSH and Termius.
Information security
fromSecuritymagazine
5 months ago

Devices exposed to remote hacking via Erlang/OTP SSH vulnerability

Erlang/OTP's SSH implementation has a critical vulnerability allowing remote code execution without authentication, requiring urgent attention and action from security teams.
fromZDNET
5 months ago

5 things to do with the Linux terminal on your Android phone - including my favorite

If you have a phone running Android 15, you can enable a full-blown Linux terminal that includes many of the commands you're used to running on Linux.
Gadgets
[ Load more ]