Re: IP of web session for ssh connection

2017-11-15 Thread Tjareson
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 Tjareson Am 14.11.2017 um 08:59 schrieb Nick Couchman: On Mon

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: IP of web session for ssh connection

2017-08-24 Thread Tjareson
, 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 you're seeing. -Nick On Thursday, August 24, 2017, 11:45:40 AM EDT, Tjareson wrote: Yes, I saw some discussion about the n

Re: IP of web session for ssh connection

2017-08-24 Thread Tjareson
ections becoming 1:n. (e.g. nginx) kind regards Tjareson Am 24.08.2017 um 09:02 schrieb Nick Couchman: A word of caution about no-auth: it is deprecated, no longer maintained or supported, and will not be available in future releases. As far as why it's not getting updated, I'm no

Re: IP of web session for ssh connection

2017-08-23 Thread Tjareson
somewhere - I'm not sure about that. Maybe Mike or James can chime in and confirm or debunk that? -Nick On Wednesday, August 23, 2017, 5:10:19 PM EDT, Tjareson wrote: Hi Nick, that did the trick. Do you know if there is any setting stopping tomcat7 (or maybe guacd) from b

Re: IP of web session for ssh connection

2017-08-23 Thread Tjareson
hich would probably explain that the ip from the first session survives somehow, even if the same user logs in from a different ip. kind regards Tjareson Am 23.08.2017 um 14:46 schrieb Nick Couchman: In addition to what you've set up there (which I believe is correct), you also need to add the

Re: IP of web session for ssh connection

2017-08-23 Thread Tjareson
d-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_pass http://localhost:8080/; | Is anyone using the client IP in a similar setup? kind regards Tjareson Am 23.08.2017 um 11:56 schrieb Tjareson

Re: IP of web session for ssh connection

2017-08-23 Thread Tjareson
well, so I can process the ip as parameter of the application then. I just need to check then to what extent that would allow users that use ssh directly to start other applications then. I'll give that a try, thanks for the hint! regards Tjareson Am 23.08.2017 um 10:36 schrieb Nic

IP of web session for ssh connection

2017-08-23 Thread Tjareson
re convenient approach for this? I found that there is ${GUAC_CLIENT_ADDRESS} but I'm not sure if there is any way to hand that over via ssh session. regards Tjareson