Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home for chromium.org
« Groups Home
SSH Client
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Gooz  
View profile  
 More options Dec 8 2010, 12:16 am
From: Gooz <cjven...@gmail.com>
Date: Tue, 7 Dec 2010 21:16:40 -0800 (PST)
Local: Wed, Dec 8 2010 12:16 am
Subject: SSH Client
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?

Cheers Guys


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
owl.bowels  
View profile  
 More options Dec 8 2010, 10:29 am
From: "owl.bowels" <owl.bow...@gmail.com>
Date: Wed, 8 Dec 2010 07:29:49 -0800 (PST)
Local: Wed, Dec 8 2010 10:29 am
Subject: Re: SSH Client
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Caleb Eggensperger  
View profile  
 More options Dec 8 2010, 12:36 pm
From: Caleb Eggensperger <caleb...@gmail.com>
Date: Wed, 8 Dec 2010 11:36:42 -0600
Local: Wed, Dec 8 2010 12:36 pm
Subject: Re: [cros-discuss] Re: SSH Client

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.

--
Caleb Eggensperger
www.calebegg.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Ginda  
View profile  
 More options Dec 8 2010, 2:47 pm
From: Robert Ginda <rgi...@chromium.org>
Date: Wed, 8 Dec 2010 11:47:50 -0800
Local: Wed, Dec 8 2010 2:47 pm
Subject: Re: [cros-discuss] Re: SSH Client
The "shell" command won't be enabled for Cr-48 devices (unless the
dev-mode switch is on), but you will still have access to the "ssh"
command.

Shell-in-a-box (as Caleb mentioned) is a cool way to do ssh in a
browser tab, if you have the means to host the server (and the access
to the server).

Rob.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joern42  
View profile  
 More options Dec 10 2010, 12:18 am
From: Joern42 <clouddr...@googlemail.com>
Date: Thu, 9 Dec 2010 21:18:19 -0800 (PST)
Local: Fri, Dec 10 2010 12:18 am
Subject: Re: SSH Client
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Richards  
View profile  
 More options Dec 10 2010, 4:30 pm
From: Matt Richards <mricha...@gmail.com>
Date: Fri, 10 Dec 2010 15:30:36 -0600
Local: Fri, Dec 10 2010 4:30 pm
Subject: Re: [cros-discuss] Re: SSH Client

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..

--
--Matt

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
J.M  
View profile  
 More options Dec 22 2010, 2:37 pm
From: "J.M" <john.m...@gmail.com>
Date: Wed, 22 Dec 2010 11:37:23 -0800 (PST)
Local: Wed, Dec 22 2010 2:37 pm
Subject: Re: SSH Client
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.

Hope this helps.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Richards  
View profile  
 More options Dec 22 2010, 5:09 pm
From: Matt Richards <mricha...@gmail.com>
Date: Wed, 22 Dec 2010 16:09:01 -0600
Local: Wed, Dec 22 2010 5:09 pm
Subject: Re: [cros-discuss] Re: SSH Client

Still poses a problem when using key exchange based authentiaction ;-)

--
--Matt

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »