#ssh

16 posts · Last used 5d

Back to Timeline
@tom_s@friendica.ambag.es · Jun 09, 2026

screen – Terminal-Sitzungen dauerhaft machen

Wer regelmäßig über #SSH auf einem #Server arbeitet, kennt das Problem: Die Verbindung bricht ab, und die laufende Arbeit ist weg. #screen löst das, indem es eine #Terminalsitzung vom Login trennt und im #Hintergrund weiterlaufen lässt – auch wenn Sie sich ausloggen oder die #Verbindung verlieren. Unter #Devuan #GNU #Linux ist screen in den offiziellen Repositories enthalten und funktioniert ohne systemd-Abhängigkeiten. linux.ambag.es/devuan/screen/
0
0
0
dazo
@dazo@infosec.exchange · May 25, 2026
I always remap my sshd daemon to listen to a non-standard port, to reduce a lot of noise. Which has worked fine for years. But every now and then there are attempts. All the #Linux kernel flaws found lately has made remote login attempts more interesting for attackers. And they scan much more broadly now than just port 22. And that's why my second line of defence is to disallow remote root login - and also make use of the AllowGroups feature in sshd_config. Users granted remote access must be member of a specific group. And root is also excluded from this group. That pays off these days. And this is a nice filter match for #fail2ban and similar tools https://termbin.com/0cf6 I have 293 login attempts on "random users" since May 21. And 259 attempts as root. #infosec #ssh #sshd #systemhardening #kernel
6
2
2
dwarmstrong
@dwarmstrong@fosstodon.org · May 07, 2026

Updated post!

I like to install keychain to manage my SSH keys. When logging in for the first time after boot, it prompts me for the passphrase to unlock my key, then will maintain a single ssh-agent process across multiple login sessions.

Added a note about setting up keychain to launch at login for the fish shell.

https://www.dwarmstrong.org/freebsd-ssh-keys/

#SSH #FishShell #FreeBSD #RunBSD

8
3
5
jean_dupont
@jean_dupont@mastodon.social · Apr 27, 2026
Now that we have crypto payment over ssh, what should we buy/sell from inside a terminal? #rust #ratatui #ssh #monero
3
3
1
In reply to
@kkarhan@jorts.horse · Apr 26, 2026
@nikhotmsk@vmst.io You got #Tails on a Stick ready and some #TorBridges? Are you familiar with #SSH-Tunneling?? Pretty shure @tirproject@mastodon.social are interested in helping you and others…
0
0
0
In reply to
@kkarhan@jorts.horse · Apr 22, 2026
@SynAck@corteximplant.com most people I know still keep a #Netbook for that reason. They are small, efficient and can still run some minimalist #Linux and #sync away notes via #git or #rsync over #ssh
1
0
0
beli3ver
@beli3ver@metalhead.club · Apr 13, 2026
SSHVault ist mein Open-Source-SSH- und SFTP-Client. Alle Server, Keys und Configs werden verschlüsselt über euren eigenen Docker-Server automatisch auf alle Geräte synchronisiert, ohne manuelles Kopieren. 🔐 Terminal mit Split-Vieww & Tabs 📁 SFTP-Dateibrowserr mit Editor 🔑 SSH-Key-Managementt 🔄 E2E-verschlüsselter Sync via eigenen Docker-Server 🛡️ Kein Tracking, keine Analytik Kostenlos, keine In-App-Käufe, 28 Sprachen, alle Plattformen. App: https://github.com/Kiefer-Networks/sshvault Sync-Server: https://github.com/Kiefer-Networks/sshvault-api #SSHVault #OpenSource #SSH #SFTP #Privacy #SelfHosted #FOSS #Flutter #InfoSec #Linux #Windows #macOS
7
0
7
askubuntu
@askubuntu@ubuntu.social · Apr 12, 2026
Ubuntu goes into suspend when keyboard, mouse and display disconnect #ssh https://askubuntu.com/q/1565634/612
0
0
0
askubuntu__dup_31630
@askubuntu__dup_31630@ubuntu.social · Mar 22, 2026
How often does Ubuntu and Debian compress packages with XZ Utils? #server #ssh #systemd #bugreporting https://askubuntu.com/q/1565077/612
0
0
0
askubuntu__dup_31630
@askubuntu__dup_31630@ubuntu.social · Mar 07, 2026
How do I fix my /home directory on my server? #permissions #ssh #directory #homedirectory https://askubuntu.com/q/1564609/612
0
0
0
askubuntu__dup_31630
@askubuntu__dup_31630@ubuntu.social · Mar 01, 2026
About The XZ Backdoor’s Potential Impact (sshd XZ Compression Question) #server #ssh #security #systemd #openssh https://askubuntu.com/q/1564472/612
0
0
0
Karcsesz
@Karcsesz@equestria.social · Feb 26, 2026
Today on "How is this the state of the art!?": ssh-agent I just learned that you may get locked out of your server due to too many authentication requests because the ssh-agent protocol has zero provisions for prefiltering keys and just blindly tries everything in your database until one of them goes through. Is there a security reason why ssh can't send the host's hash to the agent to tell it what server it should return the key for? #sshAgent #ssh
4
2
1
askubuntu__dup_31630
@askubuntu__dup_31630@ubuntu.social · Feb 21, 2026
problem connection to my home server through public ip address #networking #server #ssh https://askubuntu.com/q/1564209/612
0
0
0
askubuntu__dup_31630
@askubuntu__dup_31630@ubuntu.social · Feb 18, 2026
0
0
0
askubuntu__dup_31630
@askubuntu__dup_31630@ubuntu.social · Feb 01, 2026
Ubuntu server SSH not responding to port forwarded SSH connection, though local SSH is working #server #ssh #ufw #portforwarding https://askubuntu.com/q/1563497/612
0
0
0

You've seen all posts