ssh

Back Open Paginator
26.01.2026 21:58
heals (@heals@indiepocalypse.social)

I wonder, are there any working SSH clients on iOS that can handle ed255519_sk keys?

(That’s the variant where you have a public and private key part however the private key links to a residential key on an external FIDO2 security token. You plug in the token or use NFC, enter the pin and confirm with a touch)

#ssh #fido2 #token2 #iOS #ed25519




Show Original Post


26.01.2026 20:35
blog (@blog@m.danq.me)

Content warning:Repost: Why does SSH send 100 packets per keystroke?


Nolen Royalty wrote an interesting piece about diagnosing a quirky SSH-related issue, and I found it both interesting and inspiring.
Read more: danq.me/2026/01/26/why-does-ss

#repost #debugging #golang #programming #security #ssh




Show Original Post


26.01.2026 20:21
GripNews (@GripNews@mastodon.social)

🌗 JuiceSSH — 還我專業功能
➤ 當授權系統失效,技術逆襲的破解之路
nproject.io/blog/juicessh-give
JuiceSSH 曾是 Android 上最佳的 SSH 客戶端,但自 2025 年 12 月起,2019 年購買的專業版授權突然失效,且價格上漲 20 美元。部分用戶反映重新購買後仍無法啟用,開發者客服毫無回應,形同「跑路」。本文作者透過反編譯、修改程式碼、重新編譯與簽署 APK 的方式,成功繞過授權驗證,恢復專業功能。過程中使用了 jadx、ApkTool、OpenJDK 的 jarsigner 等工具,並針對三個關鍵 smali 檔案進行修改,最終生成可自行安裝的破解版 APK。
+ 這篇文章不僅提供了技術解決方案,更揭露了軟體開發者的不負責任。JuiceSSH 的授權機制明顯有重大缺陷,導致用戶權益受損。作者的破解方法雖然有效,但長期來看,還是應該尋找更可靠的替代軟體。
+ 破解軟體雖然能解燃眉




Show Original Post


26.01.2026 20:09
notes (@notes@kiwi.fuo.fi)

if you have your #ssh #keys on #juicessh consider revoking them immediately, as it looks like they are going to be pulling an exit scam very soon https://nproject.io/blog/juicessh-give-me-back-my-pro-features/

#cybersecurity




Show Original Post


26.01.2026 13:26
laund (@laund@wetdry.world)

Wohoo! Finally managed to convinc a #Zellij layout definition to automatically enable sync input and clear the ssh connections it establishes.

For work, i'm administering 4 servers which are almost, but not quite, the same. Because this is a small company and nobody ever set up any kind of orchestration, i often have to manually change things.

Now i can just type zellij --layout servers and get dropped into 4 panes, each sshed into one server, with synchronized input, thanks to this hacky part of my layout file:

floating_panes {
pane borderless=true {
width 1
height 1
command "sh"
args "-c" "zellij action toggle-active-sync-tab; zellij action write 99 108 101 97 114 13; zellij action close-pane"
}
}

which adds a floating 1x1 character pane that only exists to run zellij commands to enable sync between all panes, sends "clear\n" to one pane (which sends it to all panes thanks to sync), and closes itself. Its not pretty, but its better than i feared. And its easily able to be dropped into any future zellij layout.

#ssh #terminal




Show Original Post


26.01.2026 06:36
governa (@governa@fosstodon.org)

Set Up, Configure and Secure #SSH on #Debian 13 #Linux

ostechnix.com/set-up-configure




Show Original Post


24.01.2026 16:00
ostechnix (@ostechnix@floss.social)

Learn how to install, configure, and secure SSH on Debian 13. Complete guide with SSH keys, firewall setup, and fail2ban protection.

Step-by-Step tutorial: ostechnix.com/set-up-configure

#SSH #SecureShell #Debian13 #Linux #Security #SSHHardening #Linuxadmin #Linuxhowto #Fail2ban #UFW #Firewall




Show Original Post


24.01.2026 14:47
parleur (@parleur@mastodon.parleur.net)

Utiliser #Tor. ❌

Utiliser un tunnel #SSH dans un tunnel SSH dans un tunnel SSH. ✅

(nan, je déconne)




Show Original Post


24.01.2026 14:19
hush404 (@hush404@mstdn.ca)

We have an old #iPad kicking around (has been used just for watching videos... But even that's getting difficult as apps are no longer supported) and I had the idea of repurposing (ideally with #foss tools) as a remote access tool for my pi which runs my #jellyfin server. *insert a few frustrating hours of toying with that (trying #vnc & #terminal emulators) to no success (OS "too old" for much compatibility).

Flip gears.

Decide, let's just do it on my #android phone. Stumbled on #Termux on #fdroid and its beautiful. Now I can #SSH into my pi for quick work if needed. So satisfying.

Also more than a little disgusted that a piece of hardware (the iPad) is basically rendered #ewaste as its not compatible with anything due to OS update block and inability to repurpose with an alternative.




Show Original Post


24.01.2026 13:54
xameer (@xameer@mathstodon.xyz)

You won't be able to open a remote tunnel with the connection. This happens regardless of setting the ExitOnForwardFailure=no option, which when set to yes will terminate the connection immediately in this situation. So it appears that the SSH client still handles an offending known_host entry as an error.
#ssh
superuser.com/questions/175193




Show Original Post


24.01.2026 08:26
en (@en@rtfm.co.ua)

I had been thinking about trying MikroTik for a long time, but I was always a bit too lazy to delve into RouterOS.

Finally, riding the wave of the Home NAS project setup (see the beginning in FreeBSD: Home NAS, part 1 – setting up ZFS mirror), I decided it was time to upgrade my network stack and replace a simple TP-Link Archer router with something more interesting.

That is how I ended up […]

https://rtfm.co.ua/en/mikrotik-first-look-and-getting-started/



Show Original Post


23.01.2026 21:20
ricci (@ricci@discuss.systems)

More work studying #ssh attacks coming out! My student Ghazal Abdollahi's paper "NOD: Uncovering intense attackers’ behavior through Nested Outlier Detection from SSH logs" will appear at the end of February at PRISM, a workshop attached to NDSS. I'll post more about it once she completes the final revisions!




Show Original Post


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