At a conference I was working from an #iPad and quickly realized I needed a proper terminal client. Echo is a solid #SSH and #Mosh app. It also feels genuinely native, with good keyboard support and a clean, practical UI: https://replay.software/echo

¿Necesitás navegar con otra IP sin configurar una VPN compleja? 🐧💻
Aprovechando el fin de semana para sumar una nueva herramienta, hoy exploramos cómo convertir una simple conexión SSH en un potente Proxy SOCKS.
Te muestro:
1️⃣ La teoría detrás de los Proxy SOCKS
2️⃣ Cómo usar el parámetro -D para el reenvío dinámico.
3️⃣ Configuración en Chrome, Firefox y hasta cómo compartirlo en tu red LAN.
#SSH #Linux #Ciberseguridad #Networking #SysAdmin #JuncoTIC #ProxySOCKS #vpn
There we are, done, 10 mins work
https://www.theapproachablegeek.co.uk/blog/ssh-into-kobo-and-android/
Since #juiceSSH seems to have become abandonware, what #SSH client would people recommend for #android?
Bonus points if there's some way to export/import configs.
Did something that was overdue a long time ago…
Hardened my Arch Client.
Firewall was already set up and i installed Fail2Ban.
Configured that and also changed the SSH Port plus I set the verification to key only.
But I just wasn’t able to access the machine, even within itself via SSH.
After maybe an hour or two of troubleshooting I found out what was the cause.
Since all my Repos are in one folder (with sub folders for the the repos of course) and my ssh config file was in one of those (private Repo), SSH didn’t accept the authorized_keys file as it was just a symlink in the correct .ssh folder.
Took me way too long to realize that while keys and my config file worked fine that way, the authorized_keys file didn’t.
So I deleted the symlink and moved everything except the config file to the original folder.
Symlinked the config file and voila, it worked!
#hardening #sysadmin #stupid #ssh #linux #arch #archlinux #lessonlearned
#TELNET #SSH #BBS #90s #CHAT #GAMES #MRC #uMRC #IRC #A-NET_ONLINE
@codefenix @codefenix_cc @meatlotion@mas.erb.pw @meatlotion@pt.erb.pw @tqw
thE grAvY trAIn - EvErY sAtUrdAY - 16:00 EST
a-net.fyi - a-net-online.lol
bbs.a-net.online - telnet:1337 ssh:1338
www.telnetbbsguide.com
After thE grAvY trAIn jump in a game of TANK BATTLE

Problem solved.
The steps were:
❶ Get started with guix home
❷ Add gcr ssh agent service to your home-environment
(service home-gcr-ssh-agent-service-type)
❸ guix home reconfigure your-home.scm
❹ Restart your desktop session
After this, you'll see the familiar GNOME dialog when SSH authentication is required, only once during your desktop session.
Se vienen cositas próximamente en el blog y en el canal de YouTube 💪
Intentando aclarar algunos conceptos fundamentales de SSH para poder utilizarlo como un pro y no morir en el intento 🚀
¿Todavía no nos siguen? 👇
▶️ https://www.youtube.com/juncotic?sub_confirmation=1
¡Los esperamos para seguir aprendiendo juntos!
#gnu #linux #ssh #curso #firewall #iptables #nftables #wireshark #redes #tcpip #ciberseguridad #python #flask #shellscripting #juncotic

Nextcloud Backup
Anleitung zum Backup von Nextcloud Hub 10 (31.0.8), Stand 08.01.2026.
#Nextcloud #manuell #Backup #Restore #SSH #Linux
https://gnulinux.ch/nextcloud-backup
Here's a neat project: #SSH #Chat
https://github.com/shazow/ssh-chat
@luis_felipe I had the same issue after upgrading to #GNOME 49 in #Fedora. It seems that previously the #SSH functionality was managed by `gnome-keyring-daemon` but now it's done by `gcr-ssh-agent`.
You need to enable the `gcr-ssh-agent.socket` and `gcr-ssh-agent.service` as user units. Then add "export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh" to your `.bashrc` or similar. You can also add that line to a script inside /etc/profile.d/
@dasaweb einen (kürzlich auf Ed25519
umgestellten) ssh key den ich via ssh-agent aktiviere. Zusätzlich den private key im eigenen Vaultwarden (Bitwarden) Passwortmanager gesichert (falls ich den mal irgendwo anders brauche oder was „passiert“). #ssh #macos