Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 133 words in the discussion.

Trending Topics

#ssh#harness#connect#text#having#vscode#remote#install#why#built

Discussion (2 Comments)Read Original on HackerNews

frenchie4111•about 5 hours ago
When I built harness IDE one of the core goals was to stop having to leave my laptop open all the time while my agents finished the refactor.

Launching today is harness' SSH bootstrap mode. It works very similarly to VSCode's "connect to remote" feature. Select SSH connection you already have configured, it will connect, install the harness server in ~/.harness, and then the UI will connect over websocket.

Would love feedback if anyone gets a chance to try it out

cyanydeez•about 2 hours ago
i dont understand. ssh allows a plethora of options for a text based IO,so why are we having to touch anything on a remote system.

i get what vscode is doing, but your agent just deals in text.

just build an ssh protocol and pipe it into the shell of the users choice. run parallel ssh and share connections.

just seems bizarre how we are happy to install complex servers for something that is litterally just piping text.

linux is here from it, why change the known secured interface .