landfound / welly

Automatically exported from code.google.com/p/welly
GNU General Public License v2.0
0 stars 0 forks source link

SSH support #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
You all know how urgent we love and need this feature!

Original issue reported on code.google.com by freewiz...@gmail.com on 21 Jul 2008 at 6:54

GoogleCodeExporter commented 9 years ago
Well, SSH is already supported in Welly. To use SSH, type "ssh://" before the 
address
so this would inform Welly to use SSH connection instead of telnet.

Original comment by K.O.e...@gmail.com on 22 Jul 2008 at 3:51

GoogleCodeExporter commented 9 years ago
The address can be written as:

ssh://your_id@your_site_addr:port_number

to inform Welly use ssh to connect the site:)

Original comment by lvli...@gmail.com on 22 Jul 2008 at 3:54

GoogleCodeExporter commented 9 years ago
yeah.  try
ssh your_id@your_site_addr
ssh -p port your_id@your_site_addr
ssh://your_id@your_site_addr:port

Original comment by xi.w...@gmail.com on 23 Jul 2008 at 3:07

GoogleCodeExporter commented 9 years ago
or should we add some tooltips about ssh for the text fields?

Original comment by xi.w...@gmail.com on 23 Jul 2008 at 3:13

GoogleCodeExporter commented 9 years ago
Yeah, a tooltip might be useful here:)

Original comment by lvli...@gmail.com on 23 Jul 2008 at 3:43

GoogleCodeExporter commented 9 years ago
cool tips!
thank you all!

Original comment by freewiz...@gmail.com on 23 Jul 2008 at 5:04

GoogleCodeExporter commented 9 years ago
rev. 107
http://code.google.com/p/welly/source/detail?r=107

Original comment by xi.w...@gmail.com on 26 Jul 2008 at 2:08