this is insanely awesome. as it stands right now, yes its "just ssh". But open up the developer toolbar and you'll notice this thing is rendering HTML inside of webkit. It doesn't take a genius to see this is a few baby steps from making it possible to render arbitrary graphics in the shell. edit: I might go out on a limb here and say this project is something that is going to be looked at as a real inflection point…
Secure Shell chrome (killer) app
31–40 of 178 posts
Re: Secure Shell chrome (killer) app
#32Can someone please explain to me why I would possibly want to run a terminal emulator inside of my web browser, instead of just using the terminal emulator app that my system ships with?
Re: Secure Shell chrome (killer) app
#33Can someone please explain to me why I would possibly want to run a terminal emulator inside of my web browser, instead of just using the terminal emulator app that my system ships with?
Re: Secure Shell chrome (killer) app
#34Has anyone code reviewed this to make sure it's not stealing credentials, etc. ?
Beyond that, you must trust the author, since Chrome may auto-update the extension to a future version that could steal credentials.
Re: Secure Shell chrome (killer) app
#35I thought NaCl couldn't open raw (tcp) sockets? I thought it was limited to WebSockets.
Re: Secure Shell chrome (killer) app
#36Can someone please explain to me why I would possibly want to run a terminal emulator inside of my web browser, instead of just using the terminal emulator app that my system ships with?
One use case would be ssh over http. Corporate proxies often disallow ssh traffic.
Re: Secure Shell chrome (killer) app
#37Can someone please explain to me why I would possibly want to run a terminal emulator inside of my web browser, instead of just using the terminal emulator app that my system ships with?
Re: Secure Shell chrome (killer) app
#38Can someone please explain to me why I would possibly want to run a terminal emulator inside of my web browser, instead of just using the terminal emulator app that my system ships with?
Re: Secure Shell chrome (killer) app
#39Earlier quoted context omitted.
One use case would be ssh over http. Corporate proxies often disallow ssh traffic.
No. from the page "It uses Native-Client to connect directly to ssh servers without the need for external proxies." it IS a ssh client. no http proxies.
Re: Secure Shell chrome (killer) app
#40Very cool, but I fired up an emacs session and hit Ctrl+N to start scrolling through a file.... doh!
htop breaks it, too -- but it actually does a pretty good job considering how complex the output is.