Live data from Hacker News

Xterm.js

xtermjs.org

1–10 of 67 posts

Re: Xterm.js

#3
"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.

Re: Xterm.js

#6
post #3

"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.

Running in the browser is no more (or less) untrusted than running a dedicated terminal client.

Re: Xterm.js

#7
post #3

"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.

Running in the browser is no more (or less) untrusted than running a dedicated terminal client.

That a terminal in the browser can't make ssh connections without a separate http or websocket bridge complicates that. Depends on that bridge and who/how/where it's running.

Re: Xterm.js

#8
post #3

"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.

Are terminals better sandboxed when run outside of a browser?

Re: Xterm.js

#10
post #8
post #3

"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.

Are terminals better sandboxed when run outside of a browser?

Usually yes. They are running in a completely different process than the browser.
Post reply on HN