🪟 Windows ServerWindows-Update sperrt Domain-Nutzer aus | heise online(17.09.2026 um 11:01 Uhr)
🪟 Windows ServerWindows Server 2022: Mainstream-Support endet bald - it-daily.net(17.09.2026 um 11:08 Uhr)
🕵️ SicherheitslückenCVE-2026-1880 | ASUS DriverHub prior 1.0.6.12 toctou (EUVD-2026-23155)(17.09.2026 um 12:00 Uhr)
🪟 Windows ServerWindows-Update sperrt Domain-Nutzer aus | heise online(17.09.2026 um 11:01 Uhr)
🪟 Windows ServerWindows Server 2022: Mainstream-Support endet bald - it-daily.net(17.09.2026 um 11:08 Uhr)
🕵️ SicherheitslückenCVE-2026-1880 | ASUS DriverHub prior 1.0.6.12 toctou (EUVD-2026-23155)(17.09.2026 um 12:00 Uhr)
🔧 Programmierung 🕛 vor 2 Monaten 3 Min Lesezeit
0

I built sshpic because local screenshots stop at the SSH boundary

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

I often run coding agents inside a remote SSH session from iTerm2 on my Mac.



The annoying part was not text input. It was screenshots.



The screenshot is on my local Mac clipboard, but the coding agent is running inside a remote SSH terminal.



So the normal flow became:




CODE
screenshot → save file → scp somehow → copy remote path → return to the agent → paste path






That felt too slow for a workflow that happens many times a day.



I wanted this instead:




CODE
copy local screenshot → focus remote coding agent in iTerm2 → Cmd+V → remote image path appears






So I built sshpic.






What sshpic does



When you press Cmd+V inside an iTerm2 SSH session:




  1. It reads the local Mac clipboard.

  2. If the clipboard contains an image, it uploads the image to the remote SSH host.

  3. It inserts the remote image path into the active iTerm2 session.

  4. If the clipboard contains text, normal text paste behavior is preserved.



In other words, it turns the screenshot handoff into a normal paste action.






Why this exists



This is for a narrow but painful workflow:




  • you are on macOS

  • you use iTerm2

  • you connect to a remote machine over SSH

  • you run a terminal coding agent there

  • you want to paste a local screenshot without leaving the coding session



CLI means Command Line Interface, a tool used from the terminal.



SSH means Secure Shell, a protocol for connecting to a remote machine.



SCP means Secure Copy, a file transfer command that copies files over SSH.



AI means Artificial Intelligence, software behavior produced by machine learning systems.






v0.1 scope



The first release is intentionally narrow:




  • Mac + iTerm2 first

  • real SSH + Codex E2E verified

  • no cloud upload

  • no remote install

  • SSH-only transfer

  • no per-screenshot upload command

  • text paste fallback verified

  • restore supported



E2E means End-to-End, a full real user workflow test.






Important limitation



sshpic does path insertion, not native AI image attachment.



It guarantees that the image exists on the remote SSH host and that the remote image path is inserted into the active iTerm2 session.



The terminal AI tool must separately know how to use that path.



So this is not a claim that every AI tool will natively understand the image. It is a small tool for getting the image onto the remote host and inserting the path where you are already typing.






Security notes



The design goal is to avoid cloud upload and avoid installing anything on the remote machine.



The image is transferred over SSH. Remote files are written with restrictive permissions.



Still, screenshots can contain sensitive information. Be careful with screenshots that include tokens, secrets, credentials, private messages, or internal dashboards.



Credentials mean authentication information, such as passwords, API keys, or access tokens.






Project link



https://github.com/leekyungmoon/sshpic



Feedback from people using remote SSH coding-agent workflows would be very useful.



If this saves you the screenshot → scp → paste path loop, a star helps other remote SSH users find it.

Vollständiger Original-Artikel
Den kompletten Beitrag mit allen Details direkt auf dev.to lesen.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
Deutschlandticket: Betrüger locken mit falschen Gewinnen
1 Quelle
Umbau von Rechenzentren im laufenden Betrieb
1 Quelle
Ofcom discovers issuing Online Safety Act fines is easier than collecting them
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten I built sshpic because local screenshots stop at the SSH boundary

Thematisch verwandte Begriffe: built, sshpic, because, local · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...