Hey, looking at this new Chrome OS. Will there be a way to make a
secure ssh connection on the go, my job requires access to the servers
everyone once in a while and I want to know if its possible?
> Hey, looking at this new Chrome OS. Will there be a way to make a
> secure ssh connection on the go, my job requires access to the servers
> everyone once in a while and I want to know if its possible?
You could also look into http://code.google.com/p/shellinabox/ (might be down right now?) . It's a javascript/html based terminal emulator. I've used it with Chromium OS with great success.
On Wed, Dec 8, 2010 at 09:29, owl.bowels <owl.bow...@gmail.com> wrote: > Not sure if it'll be the same in Chrome OS, but right now you can.
> 1. Press Ctrl + Alt + T > 2. Type shell, hit Enter
> I use openssh to connect to my Ubuntu box sometimes.
> - OB
> On Dec 8, 12:16 am, Gooz <cjven...@gmail.com> wrote: > > Hey, looking at this new Chrome OS. Will there be a way to make a > > secure ssh connection on the go, my job requires access to the servers > > everyone once in a while and I want to know if its possible?
On Wed, Dec 8, 2010 at 7:29 AM, owl.bowels <owl.bow...@gmail.com> wrote: > Not sure if it'll be the same in Chrome OS, but right now you can.
> 1. Press Ctrl + Alt + T > 2. Type shell, hit Enter
> I use openssh to connect to my Ubuntu box sometimes.
> - OB
> On Dec 8, 12:16 am, Gooz <cjven...@gmail.com> wrote: >> Hey, looking at this new Chrome OS. Will there be a way to make a >> secure ssh connection on the go, my job requires access to the servers >> everyone once in a while and I want to know if its possible?
> Not sure if it'll be the same in Chrome OS, but right now you can.
> 1. Press Ctrl + Alt + T
> 2. Type shell, hit Enter
> I use openssh to connect to my Ubuntu box sometimes.
> - OB
> On Dec 8, 12:16 am, Gooz <cjven...@gmail.com> wrote:
> > Hey, looking at this new Chrome OS. Will there be a way to make a
> > secure ssh connection on the go, my job requires access to the servers
> > everyone once in a while and I want to know if its possible?
I have a similar problem when considering migrating to Chrome OS. Much of my hobby work relys on me conencting via SSH using public/private keys to linux systems. I have yet to find a good web application solution for connecting to linux systems using key verfication.. One can argue, I can use the terminal on a Cr-48, but this would require me to be in development mode and it defeats the whole purpose of having a verified boot..
On Thu, Dec 9, 2010 at 11:18 PM, Joern42 <clouddr...@googlemail.com> wrote: > For that you know how to access the shell, I guess you own a CR48 or > Chrome OS.
> Can you access the paket manager... emerge or whatever?
> On 8 Dez., 16:29, "owl.bowels" <owl.bow...@gmail.com> wrote: > > Not sure if it'll be the same in Chrome OS, but right now you can.
> > 1. Press Ctrl + Alt + T > > 2. Type shell, hit Enter
> > I use openssh to connect to my Ubuntu box sometimes.
> > - OB
> > On Dec 8, 12:16 am, Gooz <cjven...@gmail.com> wrote:
> > > Hey, looking at this new Chrome OS. Will there be a way to make a > > > secure ssh connection on the go, my job requires access to the servers > > > everyone once in a while and I want to know if its possible?
On Dec 7, 11:16 pm, Gooz <cjven...@gmail.com> wrote:
> Hey, looking at this new Chrome OS. Will there be a way to make a
> secure ssh connection on the go, my job requires access to the servers
> everyone once in a while and I want to know if its possible?
You can open a terminal using CTRL+ALT+T.
Once in the terminal, you can ssh to another host using:
ssh <user> <host> [<port>]
Open an ssh connection to the given <host>, as <user>. The <port>
parameter
is optional and defaults to 22.
You can then ALT+TAB to switch between the terminals and browser. You
can select text within the terminal to copy, and middle-click to
paste.
On Wed, Dec 22, 2010 at 1:37 PM, J.M <john.m...@gmail.com> wrote: > On Dec 7, 11:16 pm, Gooz <cjven...@gmail.com> wrote: > > Hey, looking at this new Chrome OS. Will there be a way to make a > > secure ssh connection on the go, my job requires access to the servers > > everyone once in a while and I want to know if its possible?
> You can open a terminal using CTRL+ALT+T.
> Once in the terminal, you can ssh to another host using:
> ssh <user> <host> [<port>] > Open an ssh connection to the given <host>, as <user>. The <port> > parameter > is optional and defaults to 22.
> You can then ALT+TAB to switch between the terminals and browser. You > can select text within the terminal to copy, and middle-click to > paste.