Quickies
Lost 20th Anniversary
Can’t believe Lost, the TV series that revolutioned big-budget television shows, is turning 20 this year.
by Andrei on
War is profitable
Doesn’t matter who’s fighing who, whenever a bullet is fired, a coin jumps into someone’s wallet.
by Andrei on
Annalisa - Sinceramente @ Sanremo 2024
Primo ascolto: π€
Secondo ascolto: π
Terzo ascolto: quando quando quando quando πΊπ»ππ»
by Andrei on
MarΓΊ & Ivcelnaiv (feat. Florin Piersic jr.) - S i n g u r Η t a t e
un om lΓ’ngΔ niciun om
by Andrei on
SSH connections quick fix on MacOS Ventura
Whenever I tried to connect to some (most) hosts via SSH, I got this error:
|
|
The solution for this is actually very simple. Use your favourite editor (I use VIM) and edit the file located at /etc/ssh/ssh_config
. For the sake of time and sanity, use sudo
, as it’s a read-only file.
|
|
At the end of the Host *
section add the following line:
HostKeyAlgorithms +ssh-rsa,ssh-dss
Save the file and re-try to connect over SSH.