ssh

Back Open Paginator
23.01.2026 20:29
ilpianista (@ilpianista@functional.cafe)

Yay! winaskpass is now available via WinGet! #windows #wsl #ssh #secrets




Show Original Post


23.01.2026 19:23
r1w1s1 (@r1w1s1@snac.bsd.cafe)
Nice deep dive into SSH keystroke obfuscation and why packet captures look so noisy. Learned something new here.
https://eieio.games/blog/ssh-sends-100-packets-per-keystroke/

#openssh #ssh



Show Original Post


23.01.2026 14:40
khleedril (@khleedril@cyberplace.social)

@cyberseckyle I like to read about the detailed mechanics of how security works, such as the #TLS protocol, #SSH, #livewire, #Goblins, ...




Show Original Post


23.01.2026 08:04
drueberquatschen (@drueberquatschen@podcasts.social)

ssh-Zugang für Synology-NAS einrichten

Hier kommt eine neue Folge unseres Podcasts Drüberquatschen. Wir reden diesmal über den Film ssh-Zugang für Synology-NAS einrichten und dessen Audiokommentar(e).

Abonniert den Podcast direkt hier: drueberquatschen.de/

Oder hört hier die aktuelle Folge: drueberquatschen.de/2026/01/ss
Viel Spaß!

#Film #Audiokommentar #Podcast #ssh-Zugang für Synology-NAS einrichten




Show Original Post


22.01.2026 21:18
GripNews (@GripNews@mastodon.social)

🌖 為什麼 SSH 每次按鍵會發送 100 個封包?
➤ 一次由 TCP 封包分析揭開的 SSH 安全機制探祕
eieio.games/blog/ssh-sends-100
作者在開發一款透過 SSH 運行的高性能文字介面遊戲時,發現伺服器 CPU 使用率異常高。透過 tcpdump 分析,他發現每次按鍵都會觸發約 100 個封包,其中包含大量 36 位元組的神祕訊息。深入調查後,他確認這並非遊戲程式的問題,而是 OpenSSH 本身的安全特性:為防止鍵入間隔時間洩漏隱私,SSH 會在每次按鍵後自動傳送大量「雜訊(chaff)封包」。作者最終透過在 SSH 連線中停用 `ObscureKeystrokeTiming` 選項,成功解決了遊戲的效能瓶頸。
+ 原來 SSH 還有這種隱藏的安全機制,為了防護隱私竟然會犧牲這麼多頻寬,真是長知識了!
+ 作者的偵錯過程太精彩了,從懷疑自己的程式碼到發現是 SSH 協定的特性,這種抽絲剝繭的分析能力真的很強。
協定




Show Original Post


22.01.2026 21:04
mark (@mark@mastodon.fixermark.com)

TIL: You can really decrease the bandwidth of your SSH sessions by setting ObscureKeystrokeTiming no.

SSH has a feature where it will send a bunch of dud packets in the stream to make it harder for an attacker with TCP-level access to guess what you're typing just by watching the timing of your keystrokes. If you don't care, you can just tell it to stop sending the "chaff" packets.

I strongly suspect for most intranet use cases, this is fine.

#ssh




Show Original Post


22.01.2026 20:33
ngate (@ngate@mastodon.social)

🚀📡 Why does send 100 packets per keystroke? Because it loves a good workout, obviously! 💪🔄 Meanwhile, our brave investigator dives deep into territory, only to discover that the real mystery is why anyone cares. 🙄🔍
eieio.games/blog/ssh-sends-100




Show Original Post


22.01.2026 20:33
h4ckernews (@h4ckernews@mastodon.social)

Why does SSH send 100 packets per keystroke?

eieio.games/blog/ssh-sends-100




Show Original Post


22.01.2026 14:58
linuxeasy (@linuxeasy@mastodon.uno)

Termora è un terminale moderno e multipiattaforma con client SSH integrato, gestione SFTP, plugin avanzati e supporto per Windows, macOS e Linux. #Software #Linux #SSH #Windows #Mac

linuxeasy.org/termora-il-termi




Show Original Post


21.01.2026 22:31
djvdq (@djvdq@mastodon.social)

After many years of using SSH, I just realized that I don't need separate ssh key for each service on each machine.

Fuck me




Show Original Post


21.01.2026 18:27
colindean (@colindean@mastodon.social)

Who do I know that's using Secretive to store keys in the secure enclave?

secretive.dev/




Show Original Post


21.01.2026 08:23
janantos (@janantos@f.cz)

#sixels do “compress” image data by its nature design, #libsixel is highly optimized, on the other side #kittyterminal protocol

Direct transmission (t=d):
RGB/RGBA -> base64 … huge data transfer
RGB/RGBA -> PNG -> base64 … better in size, significant overhead
RGB/RGBA -> zlib compression -> base64 … also significant overhead
RGB/RGBA -> PNG -> zlib compression -> base64 .. even bigger overhead

Simple file transmission (t=f)
Client needs access to file … Forget about #ssh

Temporary file transmission (t=t)
Client needs access to /tmp, /dev/shm … forget about ssh

Shared memory object (t=s)
Client needs to have access to POSIX shared memory object/Windows named shared memory object … forget about ssh.

So yes, kitty is “superior” protocol with superior performance, except it works as “superior” only on localhost and event that is questionable at least in case of #brow6el (ok I acknowledge thats this is very specific “hack”)




Show Original Post


1 ...28 29 30 31 32 33 34 35 36 37 38 ...55
UP