Create SSH tunnel for RDP or VNC connection

2017-11-15 Thread Aaron Newsome
Hello all. I'd like to create an RDP connection for a remote network but I first need to create an ssh tunnel to the remote network. I'm able to create the ssh tunnel manually from the Guacamole server but I'm looking for a way to automate this. Otherwise I need to ssh to the G

Re: IP of web session for ssh connection

2017-11-15 Thread Nick Couchman
On Wed, Nov 15, 2017 at 8:21 AM, Tjareson wrote: > Hi Nick, > > yes, the issue is opened already: > https://issues.apache.org/jira/browse/GUACAMOLE-369 > > As it looks I'm really the only one who has this issue. > Not sure what I can provide for further analysis of the topic. > > kind regards >

Re: IP of web session for ssh connection

2017-11-15 Thread Tjareson
ld dig in and see if you can figure out where this occurring.  Otherwise it'll have to wait for someone else in the community to find time to deal with it. That was the issue that the IP address of the web session is not correctly provided in ${GUAC_CLIENT_ADDRESS} when starting e.g.

Re: IP of web session for ssh connection

2017-11-14 Thread Nick Couchman
if you can figure out where this occurring. Otherwise it'll have to wait for someone else in the community to find time to deal with it. > > That was the issue that the IP address of the web session is not correctly > provided in ${GUAC_CLIENT_ADDRESS} when starting e.g. a ssh sessio

Re: IP of web session for ssh connection

2017-11-13 Thread Tjareson
Hi Nick, do you know if that topic will ever get addressed somehow? I'm not quite sure, what I could do to support that. That was the issue that the IP address of the web session is not correctly provided in ${GUAC_CLIENT_ADDRESS} when starting e.g. a ssh session. kind regards Tja

Re: ssh handshake failed latest libssh2

2017-10-28 Thread NTMMFTS
Hi, Same issue trying to SSH to pfSense. Here are the latest specs from the pfSense Wiki at doc.pfsense.org for their SSH implementation since version 2.3.2 (current is 2.4.1-RELEASE) which guacamole doesn't seem to support with libssh2 in 0.9.13-incubating: - NOTE

Re: ssh handshake failed latest libssh2

2017-10-27 Thread cchance
pretty sure as it was a clean dockerfile. Just to be sure i swapped to ubuntu:artful and and its got 1.8.0-1 libssh in apt, but STILL getting same problem with i ssh to the switches ssh handshake failed every time. -- Sent from: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/

Re: ssh handshake failed latest libssh2

2017-10-26 Thread Mike Jumper
On Thu, Oct 26, 2017 at 8:10 PM, cchance wrote: > Ok i read that the reason SSH was giving handshake errors was that it was > due > to the dockerfile based on centos which had old libssh2 so i wrote my own > dockerfile that builds with > > ENV GUACAMOLE_VERSION 0.9.1

ssh handshake failed latest libssh2

2017-10-26 Thread cchance
Ok i read that the reason SSH was giving handshake errors was that it was due to the dockerfile based on centos which had old libssh2 so i wrote my own dockerfile that builds with ENV GUACAMOLE_VERSION 0.9.13-incubating ENV OPENSSL_VERSION 1.1.0f ENV LIBSSH2_VERSION 1.8.0 But STILL i'm ge

Re: Telnet/SSH buffer size

2017-10-20 Thread McRoy, Jeffrey (GE Healthcare)
gt; >> Hi Everyone, >> >> Does anyone know what the buffer size is for Guac’s Telnet and SSH >> sessions? >> > > For SSH, looks like 8192: > > https://github.com/apache/incubator-guacamole-server/blob/95be88be19e04e07ac

Re: Telnet/SSH buffer size

2017-10-19 Thread Mike Jumper
On Thu, Oct 19, 2017 at 8:14 AM, Nick Couchman wrote: > On Thu, Oct 19, 2017 at 9:24 AM, McRoy, Jeffrey (GE Healthcare) > wrote: >> >> Hi Everyone, >> >> Does anyone know what the buffer size is for Guac’s Telnet and SSH >> sessions? >> > > For SSH

Re: Telnet/SSH buffer size

2017-10-19 Thread McRoy, Jeffrey (GE Healthcare)
Hi Nick, Thanks for the quick reply and the code references. :) -Jeff From: Nick Couchman Reply-To: "user@guacamole.incubator.apache.org" Date: Thursday, October 19, 2017 at 10:14 AM To: "user@guacamole.incubator.apache.org" Subject: EXT: Re: Telnet/SSH bu

Re: Telnet/SSH buffer size

2017-10-19 Thread Nick Couchman
On Thu, Oct 19, 2017 at 9:24 AM, McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > Hi Everyone, > > > > Does anyone know what the buffer size is for Guac’s Telnet and SSH > sessions? > > > For SSH, looks like 8192: https://github.com/apach

Telnet/SSH buffer size

2017-10-19 Thread McRoy, Jeffrey (GE Healthcare)
Hi Everyone, Does anyone know what the buffer size is for Guac’s Telnet and SSH sessions? Thanks, Jeff smime.p7s Description: S/MIME cryptographic signature

Re: Guacd Telnet/SSH settings

2017-10-17 Thread McRoy, Jeffrey (GE Healthcare)
e.org" Date: Monday, October 16, 2017 at 7:32 PM To: "user@guacamole.incubator.apache.org" Subject: EXT: Re: Guacd Telnet/SSH settings On Mon, Oct 16, 2017 at 11:06 AM, McRoy, Jeffrey (GE Healthcare) wrote: Hi Everyone, The newer versions of guacd allow for setting the col

Re: Guacd Telnet/SSH settings

2017-10-16 Thread Nick Couchman
On Mon, Oct 16, 2017 at 11:06 AM, McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > Hi Everyone, > > > > The newer versions of guacd allow for setting the color scheme, font size, > and session capture. It looks like these are all set at the creation of the > connection using guacd p

Guacd Telnet/SSH settings

2017-10-16 Thread McRoy, Jeffrey (GE Healthcare)
Hi Everyone, The newer versions of guacd allow for setting the color scheme, font size, and session capture. It looks like these are all set at the creation of the connection using guacd parameters. So far, I haven’t found a reference to accessing these features through the Javascript layer

Re: Automatic execution of commands in Telnet/SSH

2017-10-04 Thread McRoy, Jeffrey (GE Healthcare)
Hi Everyone, After digging into this a bit deeper it looks like there are two basic options, use a pipe stream or use key events. A pipe stream is way more efficient when sending very large amounts of data, but (as far as I can tell) Guacamole’s SSH support does not handle inbound pipe

Re: Automatic execution of commands in Telnet/SSH

2017-10-03 Thread Mike Jumper
On Tue, Oct 3, 2017 at 3:00 PM, McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > ... Would Guacamole have a way to programmatically inject commands into > the input stream? > > It's important to distinguish between commands and input events here. In general, yes, you can inject inpu

Re: Automatic execution of commands in Telnet/SSH

2017-10-03 Thread McRoy, Jeffrey (GE Healthcare)
? Thanks & Regards, Jeff From: Nick Couchman Reply-To: "user@guacamole.incubator.apache.org" Date: Monday, October 2, 2017 at 7:24 PM To: "user@guacamole.incubator.apache.org" Subject: EXT: Re: Automatic execution of commands in Telnet/SSH Jeff,

Re: Automatic execution of commands in Telnet/SSH

2017-10-03 Thread McRoy, Jeffrey (GE Healthcare)
Thanks for the comments Nick. :) -Jeff From: Nick Couchman Reply-To: "user@guacamole.incubator.apache.org" Date: Monday, October 2, 2017 at 7:24 PM To: "user@guacamole.incubator.apache.org" Subject: EXT: Re: Automatic execution of commands in Telnet/SSH Je

Re: Automatic execution of commands in Telnet/SSH

2017-10-02 Thread Nick Couchman
Jeff, Guacamole does not work any different in this regard than logging into the SSH or Telnet system with a terminal emulator. So, you can certainly set a command to run at login, which will be executed in the context of the user's login shell and environment, but there's no specia

Automatic execution of commands in Telnet/SSH

2017-10-02 Thread McRoy, Jeffrey (GE Healthcare)
Hi Everyone, Has anyone experimented with automatically executing a command on the remote system directly after logging in using the Telnet or SSH protocol plugins? Thanks & Regards, Jeff smime.p7s Description: S/MIME cryptographic signature

TELNET or SSH screen contents

2017-09-12 Thread nhjeffh
I am searching for a way to "scrape" the screen of a TELNET or SSH session when a specific key up event occurs. Has anyone every done this? Is it possible? Specifically I want to determine a few characters on the screen and use their values to cause some action to occur, e.g. press F

Re: IP of web session for ssh connection

2017-08-24 Thread Tjareson
or long enough that I recognize that you want to make the experience as simple as possible for users, and asking them to login twice can cause frustration. I also realize that use of SSO or LDAP modules would require your destination SSH server to use the same authentication that Guacamole does

Re: IP of web session for ssh connection

2017-08-24 Thread Nick Couchman
ealize that use of SSO or LDAP modules would require your destination SSH server to use the same authentication that Guacamole does, and that that's not always possible, but you can probably work something out, there. Yeah, probably good to go ahead and log a JIRA issue for the IP issue y

Re: IP of web session for ssh connection

2017-08-24 Thread Tjareson
pful. Would it make sense, if I log an issue for that? I've also checked the option to track down the web ip of a ssh session with lsof and netstat and all logs, to see who is talking to whom via which ports. But it always stops where communication is aggregated in one single process and conn

Re: IP of web session for ssh connection

2017-08-24 Thread Nick Couchman
't remember what the steps are for Tomcat + Apache and have never tried it with any other application server (JBoss, Weblogic, etc.). -Nick On Wednesday, August 23, 2017, 2:29:16 PM EDT, Tjareson wrote: Hi the approach as such works in principle, as I get the ip

Re: IP of web session for ssh connection

2017-08-23 Thread Tjareson
M EDT, Tjareson <mailto:tjare...@gmx.de> wrote: Hi the approach as such works in principle, as I get the ip passed through the ssh connection by just setting ${GUAC_CLIENT_ADDRESS} as command parameter in the ssh connection settings. Unfortunately the ip is 127.0.0.1 again. (same wit

Re: IP of web session for ssh connection

2017-08-23 Thread Nick Couchman
rver (JBoss, Weblogic, etc.). -Nick On Wednesday, August 23, 2017, 2:29:16 PM EDT, Tjareson wrote: Hi the approach as such works in principle, as I get the ip passed through the ssh connection by just setting ${GUAC_CLIENT_ADDRESS} as command parameter in the ssh conne

Re: IP of web session for ssh connection

2017-08-23 Thread Tjareson
r tried it with any other application server (JBoss, Weblogic, etc.). -Nick On Wednesday, August 23, 2017, 2:29:16 PM EDT, Tjareson wrote: Hi the approach as such works in principle, as I get the ip passed through the ssh connection by just setting ${GUAC_CLIENT_ADDRESS} as com

Re: IP of web session for ssh connection

2017-08-23 Thread Nick Couchman
ic to Tomcat + Nginx - I can't remember what the steps are for Tomcat + Apache and have never tried it with any other application server (JBoss, Weblogic, etc.). -Nick On Wednesday, August 23, 2017, 2:29:16 PM EDT, Tjareson wrote: Hi the approach as such works in principle, as I get the ip

Re: IP of web session for ssh connection

2017-08-23 Thread Tjareson
Hi the approach as such works in principle, as I get the ip passed through the ssh connection by just setting ${GUAC_CLIENT_ADDRESS} as command parameter in the ssh connection settings. Unfortunately the ip is 127.0.0.1 again. (same with ...HOSTNAME) My guess is it might be because I'm

Re: IP of web session for ssh connection

2017-08-23 Thread Tjareson
Hi Nick, the execute command option sounds like a good idea. I saw the ${GUAC_CLIENT_ADDRESS} token but wasn't aware that guacd supports the command parameter for ssh connections. Usually I start the application after ssh login directly via /etc/passwd, but by ssh command should work as

Re: IP of web session for ssh connection

2017-08-23 Thread Nick Couchman
Took a look at the available SSH client options, and I do not see an obvious way to pass through the client hostname/IP/identity to the server.  Here are the two options I see:- As mentioned before, you can use the Execute Command parameter to pass through the identity using the token.  You&#

Re: IP of web session for ssh connection

2017-08-23 Thread Nick Couchman
Tjareson,While RDP currently has an option to pass through the client name, SSH does not.  I need to look and see if there's an easy way to enable this functionality in Guacamole, but the only thing I'd suggest today is that you might be able to find a way to use the "Execute Com

IP of web session for ssh connection

2017-08-23 Thread Tjareson
Hi, I'm using an ncurses based database application, which makes use of the IP address of the ssh session from which it got used to e.g. chose the right printer, rfid reader etc. This became web enabled now with guacamole and I was wondering if there is any easy way to get hold of t

Re: SSH connection error segfault

2017-07-17 Thread Suncatcher16
erted the private key, so I assume it was related to key format. Now I don't see any segfaults. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-connection-error-segfault-tp1318p1326.html Sent from the Apache Guacamole (incubating) - Users m

Re: SSH connection error segfault

2017-07-17 Thread Mike Jumper
On Mon, Jul 17, 2017 at 10:52 AM, Suncatcher16 wrote: > >> Can you confirm which version of Guacamole you are using? > > 0.9.12. AFAIK, 0.9.13 version is still in beta state. > 0.9.13 is not out yet, correct, however the issue you describe should be fixed on git. If you're willing to deploy a bui

Re: SSH connection error segfault

2017-07-17 Thread Suncatcher16
lease say smth about this SSH error <http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Cannot-connect-to-SSH-XMT-Solicit-on-eth0-td1315.html> ? It's really interesting. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/

Re: SSH connection error segfault

2017-07-17 Thread Mike Jumper
On Mon, Jul 17, 2017 at 9:57 AM, Suncatcher16 wrote: > Hi, > I cannot connect to SSH-server via Guacamole. Into the private key I pasted > contents of rsa.ppk file: > > You will need to convert the PPK file into standard PEM format. Only PuTTY can read its PPKs. > "$

SSH connection error segfault

2017-07-17 Thread Suncatcher16
Hi, I cannot connect to SSH-server via Guacamole. Into the private key I pasted contents of rsa.ppk file: > PuTTY-User-Key-File-2: ssh-rsa > Encryption: none > Comment: rsa-key-20170717 > Public-Lines: 6 > somethingX

Cannot connect to SSH, XMT: Solicit on eth0

2017-07-17 Thread Suncatcher16
Hi there, I set up connection to router via SSH, and all is going fine except the cases when router has 100% CPU utilization. In that cases I cannot connect to it via Guacamole: it /seems to be/ connected, but I see only black screen and no text input. Connecting via Linux client goes fine in that

SSH Config support?

2017-06-09 Thread Ads
Hello all, I am pretty new to this, but I have been searching and can't find anything about it. I'm not sure if I am missing something obvious or not, so hope to be enlightened. Is it possible to configure Guacamole, or I suppose to get guacd to use an SSH config file, or co

Re: SSH - size and colors of canvas

2017-05-22 Thread Mike Jumper
On Sun, May 21, 2017 at 3:37 AM, David Česal wrote: > Hello, > > I’m using official JavaScript code and connecting to SSH. Is it possible to: > > change width/height of canvas Yes. When connecting, the initial width/height is dictated by the width/height passed during the Gua

SSH - size and colors of canvas

2017-05-21 Thread David Česal
Hello, I'm using official JavaScript code and connecting to SSH. Is it possible to: * change width/height of canvas * change colors of terminal? I was able to find only this thread - https://sourceforge.net/p/guacamole/discussion/1110833/thread/97fc1c6b/ . GUAC-1195 is

Re: GUACAMOLE 0.9.9 can't show Chinese characters in SSH session

2017-05-12 Thread Suncatcher16
Hi, Yu. Try DejaVu Sans Mono or Droid Sans Mono, they are quite cool and support unicode. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/GUACAMOLE-0-9-9-can-t-show-Chinese-characters-in-SSH-session-tp952p958.html Sent from the Apache Guacamole

Re: GUACAMOLE 0.9.9 can't show Chinese characters in SSH session

2017-05-10 Thread KerwinYu
thank you so much, Mike. would you please let me know which font with Unicode support for Chinese characters can be used in Gucamole? -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/GUACAMOLE-0-9-9-can-t-show-Chinese-characters-in-SSH-session

Re: GUACAMOLE 0.9.9 can't show Chinese characters in SSH session

2017-05-10 Thread Mike Jumper
en_US.UTF8 would be sufficient, but keep in mind that it's guacd that needs to be affected by that variable. - Mike On May 10, 2017 20:44, "KerwinYu" <298050...@qq.com> wrote: > Hi, > > I setup GUACAMOLE 0.9.9, while it can't show Chinese character in SSH >

GUACAMOLE 0.9.9 can't show Chinese characters in SSH session

2017-05-10 Thread KerwinYu
Hi, I setup GUACAMOLE 0.9.9, while it can't show Chinese character in SSH session. Can anyone tell me is it by-design, or how to configure it. thanks. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/GUACAMOLE-0-9-9-can-t-show-Chinese-chara

RE: SSH connected, but keyboard not working

2017-05-08 Thread David Česal
[mailto:ased...@g-lux.com.au] Sent: Monday, May 8, 2017 3:48 PM To: user@guacamole.incubator.apache.org Subject: Re: SSH connected, but keyboard not working Hey David, I know this issue occurs with RDP when connecting to guacamole through a web browser via HTTP instead of HTTPS. The

Re: SSH connected, but keyboard not working

2017-05-08 Thread Andrew Sedlak
using apache2). Not sure if the same thing applies to an SSH connection. Andrew Sedlak IT Admin G-lux Enterprises > On May 8, 2017, at 18:38, David Česal wrote: > > Hello, > > I have a problem with Guacamole SSH – connection is established, but keyboard > is not worki

SSH connected, but keyboard not working

2017-05-08 Thread David Česal
Hello, I have a problem with Guacamole SSH - connection is established, but keyboard is not working and client is disconnected after 15 seconds (of inaktivity). I'm using official JavaScript code from https://guacamole.incubator.apache.org/doc/gug/writing-you-own-guacamole-app

Re: SSH without passphrase fails

2017-05-04 Thread Suncatcher16
Finally worked. Maybe there was some mispaste. Question closed, thanks. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-without-passphrase-fails-tp900p912.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at

Re: SSH without passphrase fails

2017-05-04 Thread Mike Jumper
B > -END RSA PRIVATE KEY- that is 20 lines long. Should I paste it as a one-liner? Or as is? -- View this message in context: http://apache-guacamole- incubating-users.2363388.n4.nabble.com/SSH-without- passphrase-fails-

Re: SSH without passphrase fails

2017-05-04 Thread Suncatcher16
20 lines long. Should I paste it as a one-liner? Or as is? -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-without-passphrase-fails-tp900p910.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.

Re: SSH without passphrase fails

2017-05-04 Thread Mike Jumper
On Thu, May 4, 2017 at 12:20 AM, Suncatcher16 wrote: > Hi,I have quite a similar case as this one > <http://apache-guacamole-incubating-users.2363388.n4. > nabble.com/SSH-amp-Private-Key-td696.html> > : I cannot connect to SSH server with only a private key without > passp

Re: Strange artifacts with SSH font

2017-05-04 Thread Suncatcher16
Exactly! Thanks. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Strange-artifacts-with-SSH-font-tp904p907.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.

Re: Strange artifacts with SSH font

2017-05-04 Thread Mike Jumper
ch will be described as monospaced. - Mike On Thu, May 4, 2017 at 8:41 AM, Suncatcher16 wrote: > I logged into Ubuntu machine and saw such strange artifacts with SSH > console > font. W and M letters are rendered as upper index or so-so. Why? > > <http://apache-guacamole

Strange artifacts with SSH font

2017-05-04 Thread Suncatcher16
I logged into Ubuntu machine and saw such strange artifacts with SSH console font. W and M letters are rendered as upper index or so-so. Why? <http://apache-guacamole-incubating-users.2363388.n4.nabble.com/file/n904/ssh.png> Also, letters are strangely dispersed in space, with a dif

Re: SSH without passphrase fails

2017-05-04 Thread Suncatcher16
The error in guacd logs is > Auth key import failed: (null). -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-without-passphrase-fails-tp900p902.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.

SSH without passphrase fails

2017-05-04 Thread Suncatcher16
Hi,I have quite a similar case as this one <http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-amp-Private-Key-td696.html> : I cannot connect to SSH server with only a private key without passphrase. It's AWS and it's definitely don't use passphrases. The

RE: SSH & Private Key

2017-04-11 Thread Andrews, Keith
Disregard this email… It was a typo on my end that was causing the failure. Thanks, Keith From: Andrews, Keith [mailto:keith_andr...@alliedtelesis.com] Sent: Tuesday, April 11, 2017 9:56 AM To: user@guacamole.incubator.apache.org Subject: RE: SSH & Private Key Hello, I have another ques

RE: SSH & Private Key

2017-04-11 Thread Andrews, Keith
greatly appreciated. Thanks, Keith From: Mike Jumper [mailto:mike.jum...@guac-dev.org] Sent: Sunday, April 02, 2017 1:41 PM To: user@guacamole.incubator.apache.org Subject: Re: SSH & Private Key On Sat, Apr 1, 2017 at 4:57 PM, Andrews, Keith mailto:keith_andr...@alliedtelesis.com>> wr

File Transfert sftp in ssh connection - weird behaviour

2017-04-04 Thread youpiyo
I enabled the the sftp through a ssh protocol. I'm using 0.9.12 server/client and chrome. I can upload a file without any problem, but when I double click on a file nothing happen. if I put exit in the ssh windows, ssh disconnect and the download starts. If I double click on more than one fil

RE: SSH & Private Key

2017-04-02 Thread Andrews, Keith
Thanks Mike! That worked and noted on moving away from noauth. From: Mike Jumper [mailto:mike.jum...@guac-dev.org] Sent: Sunday, April 02, 2017 1:41 PM To: user@guacamole.incubator.apache.org Subject: Re: SSH & Private Key On Sat, Apr 1, 2017 at 4:57 PM, Andrews, Keith mailto:keith_

Re: SSH

2017-04-02 Thread Mike Jumper
NOTE: To anyone happening across this thread, please instead see its duplicate here: https://lists.apache.org/thread.html/0d571dbb1d3abf1b555b47d33cc7aab52daf17e1a5613ad570ad0088@%3Cuser.guacamole.apache.org%3E Or in Nabble: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-amp

Re: SSH & Private Key

2017-04-02 Thread Mike Jumper
On Sat, Apr 1, 2017 at 4:57 PM, Andrews, Keith < keith_andr...@alliedtelesis.com> wrote: > Hello, > > I am wondering if anyone out there can help me figure out what is wrong > with my noauth-config configuration for SSH using a private key without a > passphrase. Here is

SSH & Private Key

2017-04-01 Thread Andrews, Keith
Hello, I am wondering if anyone out there can help me figure out what is wrong with my noauth-config configuration for SSH using a private key without a passphrase. Here is the config in noauth-config.xml: Upon connection I am prompted for a

SSH

2017-03-29 Thread Andrews, Keith
I am trying to get private-key authentication to work without a passphrase using the noauth-config extenstion and it is not working. I always get prompted with the passphrase even though I don't have one set. Any ideas? Thanks, Keith This e-mail

Re: SSH/TELNET - Horizontal Wrapping

2017-03-24 Thread tek0011
Most telnet/ssh sessions we connect to have extremely long tables. Hence, why our entire company uses SecureCRT, because it is the only client available that can prevent wrapping. Sure putty works, and so does Guac. As you can see though, for our output, its not ideal and almost unreadable

Re: SSH/TELNET - Horizontal Wrapping

2017-03-24 Thread Mike Jumper
The scrollbar, scrollback buffer, etc. is actually implemented server-side for both SSH and telnet. It's part of the terminal emulator implemented within guacamole-server. Adding support for horizontal scrolling would be possible, but it would require changes to the terminal emulator i

Re: SSH/TELNET - Horizontal Wrapping

2017-03-22 Thread tek0011
So far I have found how to prevent guac from wrapping ssh/telnet, at least through developer tools. to This does prevent wrapping in ssh/telnet and adds a scrollbar, but the scrollbar doesnt recognize the width. This also likely would mess up how rdp sessions look. Going to have some

SSH/TELNET - Horizontal Wrapping

2017-03-22 Thread tek0011
Is there a way in Guac to make it so the telnet/ssh output doesn't wrap, but instead uses as much horizontal space as it needs? As far as I know even Putty doesn't do this. The only program I've seen do this is SecureCRT. We want to move all 3,000+ of our servers to guacamole, b

Re: issue with vim cut/paste via ssh

2017-02-28 Thread Paul Cantle
mail.com>> wrote: I have a strange issue with copy/paste in vim via an ssh session. If I select a block of text that I've recently typed in via the mouse (not using visual mode but rather the default clipboard) and then paste that text, all spaces are lost. For example, typing "h

issue with vim cut/paste via ssh

2017-02-28 Thread Raz Baluchi
I have a strange issue with copy/paste in vim via an ssh session. If I select a block of text that I've recently typed in via the mouse (not using visual mode but rather the default clipboard) and then paste that text, all spaces are lost. For example, typing "hello again" a

Re: EXT: Re: Telnet/SSH Terminal Emulation

2017-02-23 Thread McRoy, Jeffrey (GE Healthcare)
al emulator was written by following the above >documentation, referencing the ECMA-48 spec for additional >information/context as necessary. > >- Mike > > >On Wed, Feb 22, 2017 at 2:06 PM, McRoy, Jeffrey (GE Healthcare) > wrote: >> Hi Everyone, >> >> What

Re: Telnet/SSH Terminal Emulation

2017-02-22 Thread Mike Jumper
additional information/context as necessary. - Mike On Wed, Feb 22, 2017 at 2:06 PM, McRoy, Jeffrey (GE Healthcare) wrote: > Hi Everyone, > > What types of terminal emulation does Guac’s telnet & ssh support? > > Regards, > Jeff

Telnet/SSH Terminal Emulation

2017-02-22 Thread McRoy, Jeffrey (GE Healthcare)
Hi Everyone, What types of terminal emulation does Guac¹s telnet & ssh support? Regards, Jeff smime.p7s Description: S/MIME cryptographic signature

Re: [SSH] Guacamole only allows <1MB file uploads

2017-02-15 Thread Mike Jumper
On Wed, Feb 15, 2017 at 7:15 PM, prannon wrote: > > I do use nginx to proxy my Guacamole. That was the issue! > > Resolved by adding the following to my /etc/nginx/conf.d/domain.conf file. > Nabble apparently stripped out the Nginx config portion from its email to the list. For the sake of those

Re: [SSH] Guacamole only allows <1MB file uploads

2017-02-15 Thread prannon
I do use nginx to proxy my Guacamole. That was the issue! Resolved by adding the following to my /etc/nginx/conf.d/domain.conf file. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/SSH-Guacamole-only-allows-1MB-file-uploads

Re: [SSH] Guacamole only allows <1MB file uploads

2017-02-15 Thread Mike Jumper
On Wed, Feb 15, 2017 at 6:54 PM, prannon wrote: > Hello, > > Guacamole only allows for files less than 1 mb to be uploaded over an SSH > connection in my setup. Anything over 1 mb gives me a permissions error. I > have been unable to find any permissions errors in my tomca

[SSH] Guacamole only allows <1MB file uploads

2017-02-15 Thread prannon
Hello, Guacamole only allows for files less than 1 mb to be uploaded over an SSH connection in my setup. Anything over 1 mb gives me a permissions error. I have been unable to find any permissions errors in my tomcat log, in debug output from guacd, or in my SSH secure log when set to debug

Re: Timeout SSH session

2017-02-09 Thread Mike Jumper
we are connecting to are not our > servers. We support an application on those servers and most of the times > we don't have any root access. > At client side with a "normal" ssh client (the default on any linux > client) it is possible to implement "ServerAliveI

Re: Timeout SSH session

2017-02-09 Thread Mark van den Boogaard
I just was reading that article after Mike's comment ;-). It seems to be valid in our case, but... The servers we are connecting to are not our servers. We support an application on those servers and most of the times we don't have any root access. At client side with a "normal&q

Re: Timeout SSH session

2017-02-09 Thread Paul Cantle
Have a look here to adjust the server side settings https://docs.oseems.com/general/application/ssh/disable-timeout Maybe that will help On Fri, Feb 10, 2017 at 6:51 AM +, "Mike Jumper" mailto:mike.jum...@guac-dev.org>> wrote: Could it be the SSH server itself that i

Re: Timeout SSH session

2017-02-09 Thread Mark van den Boogaard
:10 guacd[10483]: Last user of connection "$98447e17-d5ae-4b65-879d-b766e7888a78" disconnected Feb 10 07:36:10 guacd[10483]: SSH connection ended. Feb 10 07:36:10 server: 07:36:10.304 [http-bio-8080-exec-1089] INFO o.a.g.tunnel.TunnelRequestService - User "boogaardvandenm"

Re: Timeout SSH session

2017-02-09 Thread Mike Jumper
Could it be the SSH server itself that is timing out the session? If I remember correctly, sshd does have client timeout settings. - Mike On Thu, Feb 9, 2017 at 10:34 PM, Mark van den Boogaard < mark.vanden.booga...@davantigroup.com> wrote: > Hi, > > I did some tests. After

Re: Timeout SSH session

2017-02-09 Thread Mark van den Boogaard
sReverse ws://localhost:8080/guacamole/websocket-tunnel /var/log/messages: Feb 10 06:49:45 guacd[33566]: Creating new client for protocol "ssh" Feb 10 06:49:45 guacd[33566]: Connection ID is "$98447e17-d5ae-4b65-879d-b766e7888a78" Feb 10 06:49:45 guacd[10483]: User &qu

Re: Timeout SSH session

2017-02-06 Thread Mark van den Boogaard
t; Reply-to: To: user@guacamole.incubator.apache.org<mailto:user@guacamole.incubator.apache.org> Subject: Re: Timeout SSH session Date: Sun, 5 Feb 2017 11:52:58 -0800 On Thu, Feb 2, 2017 at 2:45 AM, Mark van den Boogaard mailto:mark.vanden.booga...@davantigroup.com>> wrote: Hello all, We

Re: Timeout SSH session

2017-02-05 Thread Mike Jumper
On Thu, Feb 2, 2017 at 2:45 AM, Mark van den Boogaard < mark.vanden.booga...@davantigroup.com> wrote: > Hello all, > > We are using guacamole for a couple of months now but we have some > problems with SSH connections. > We connect to our customers with guacamole via a VPN

Timeout SSH session

2017-02-02 Thread Mark van den Boogaard
Hello all, We are using guacamole for a couple of months now but we have some problems with SSH connections. We connect to our customers with guacamole via a VPN tunnel. Sometimes we keep the SSH-session open but we don't use it for a while. Often the SSH-session freezes when we want to u

Re: SSH does not work properly when using GNU screen

2016-12-21 Thread Mike Jumper
On Tue, Dec 20, 2016 at 10:34 PM, doragasu wrote: > I have installed Guacamole 0.9.9 on a Raspberry Pi. It is mostly working, but > SSH does not behave properly when using GNU screen. > > For example, if I launch screen command and inside screen I open a long file > in vim, scroll

SSH does not work properly when using GNU screen

2016-12-20 Thread doragasu
I have installed Guacamole 0.9.9 on a Raspberry Pi. It is mostly working, but SSH does not behave properly when using GNU screen. For example, if I launch screen command and inside screen I open a long file in vim, scrolling through the file (using j/k keys) corrupts the screen (until I switch to

RE: Cannot get SSH to work

2016-12-19 Thread Andy Pattrick
otmail.com] Sent: 17 December 2016 16:59 To: user@guacamole.incubator.apache.org Subject: Cannot get SSH to work I'm running ArchLinux ARM on a RaspberryPi 2, and I have just installed Guacamole. Unfortunately I cannot get SSH to work. I can login to Guacamole, but when I select the SSH session,

Cannot get SSH to work

2016-12-17 Thread doragasu
I'm running ArchLinux ARM on a RaspberryPi 2, and I have just installed Guacamole. Unfortunately I cannot get SSH to work. I can login to Guacamole, but when I select the SSH session, an error window pops up with the message: _ CONNECTION ERROR An internal erro

Re: Cannot get SSH to work

2016-12-17 Thread doragasu
/Cannot-get-SSH-to-work-tp162p163.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.

SSH/Telnet Horizontal Margins

2016-11-07 Thread Jeff
Is there a way in Guac to make it so the telnet/ssh output doesnt wrap, but instead uses as much horizontal space as it needs? As far as I know even Putty doesnt do this. The only program I've seen do this is SecureCRT. We want to move all 3,000+ of our servers to guacamole, but no one

Fwd: SSH/Telnet Horizontal Margins

2016-11-03 Thread Jeff
Is there a way in Guac to make it so the telnet/ssh output doesnt wrap, but instead uses as much horizontal space as it needs? As far as I know even Putty doesnt do this. The only program I've seen do this is SecureCRT. We want to move all 3,000+ of our servers to guacamole, but no one

SSH/Telnet Horizontal Margins

2016-10-31 Thread Jeff
Is there a way in Guac to make it so the telnet/ssh output doesnt wrap, but instead uses as much horizontal space as it needs? As far as I know even Putty doesnt do this. The only program I've seen do this is SecureCRT. We want to move all 3,000+ of our servers to guacamole, but no one

  1   2   >