Two questions hopefully someone can help me out with

2021-07-31 Thread Asmodean Thor
1. Is the Publickey (base 64 encoded) under the port section required? I ask this because I cannot ssh into my server even with ip, port, username, no password, private key and passphrase provided. If so, how do I obtain it? I have both the id_ed25519 id_ed25519.pub files but pasting the cat resu

Re: I need help troubleshooting my installation/setup/connections

2021-08-01 Thread Asmodean Thor
your guacamole app front end managed by tomcat is not connected to guacd. I think you missed the step of linking the guacd config folder contents to the tomcat web app. On Sun, Aug 1, 2021 at 8:05 AM Mauro Condarelli wrote: > > > I am trying to understand how to correctly setup Guacamole... and

Re: I need help troubleshooting my installation/setup/connections

2021-08-01 Thread Asmodean Thor
ery stupid of me. > > Main question stands, however: > how can I access logs (if there are logs) in a dockerized install? > GUI messages are not very useful. > Manual only mentions ways to tweak `GUACD_LOG_LEVEL` not main Guacamole > logs. > > Many thanks > Mauro > >

Guacamole asks for passphrase regardless if the key has one

2021-08-01 Thread Asmodean Thor
So I entered the host port, ip and the rsa key. Then I proceed to ssh into the shell. I am asked for the passphrase, I press enter without a password but I am greeted with the login failed flag. Then I put in instead an encrypted key both in rsa and ed25519. Entered in the correct passphrase but

Just checking to see if others can see this email

2021-08-03 Thread Asmodean Thor
I have been asking some questions but no one responded. So I am starting to wonder if it is just this email not getting through. A reply of confirmation that you can see my question would be nice!

Re: Just checking to see if others can see this email

2021-08-04 Thread Asmodean Thor
Not sure why it was spam, this is just an email account of mine. Thank you all for the confirmation! So let me put it in simpler terms. I have an ubuntu 20.04 linode that I am hosting guacamole on. I can ssh into localhost after enabling local host password authentication with its sshd_config.

Re: Two questions hopefully someone can help me out with

2021-08-04 Thread Asmodean Thor
Yes thank you, I was watching some guacamole video to find that out. Sadly all fomat is lost when I paste into the shell. (After I paste into the alt-shift-ctrl with line breaks and format.) On Tue, Aug 3, 2021 at 10:52 PM Ivanmarcus wrote: > > 2. How do I paste into an ssh session? > > (1) Copy

Guacamole asking for passphrase and the usage of TOTP

2021-08-10 Thread Asmodean Thor
Hello, thanks for looking into this, here are my two questions: 1. SSHing into a remote server with key authentication only. Provided unencrypted ed_25519 `cat` output of the private key content. Upon singing in it asks for a passphrase even though there is none. Any idea for a fix? 2. Can I have

Re: Guacamole asking for passphrase and the usage of TOTP

2021-08-11 Thread Asmodean Thor
d, Aug 11, 2021 at 3:24 AM Mike Jumper wrote: > On Tue, Aug 10, 2021 at 7:46 PM Asmodean Thor > wrote: > >> Hello, thanks for looking into this, here are my two questions: >> >> 1. SSHing into a remote server with key authentication only. Provided >> unencrypte

Guacd Autostart

2021-08-18 Thread Asmodean Thor
I notice that the guacd service uses the /etc/init.d/guacd as the service file directory. Is there a reason that Guacamole is still using the outdated init.d as its start up function? Won't it be discarded in the near future? Are we expecting guacamole to use systemd any time soon it its updates?

Keep Session Alive

2021-08-20 Thread Asmodean Thor
Is it possible to keep a session with an ongoing task to stay alive even if I close the tab I used to start it?

Removing the TOTP Auth Function

2021-08-28 Thread Asmodean Thor
I installed the TOTP auth so I can use google authenticator. But now I think I won't be needing it any more. What is a way for me to uninstall the module and not break guacamole in the process? More precisely, what do I have to uninstall and configure with guac? This is like pulling out a depende

Re: Removing the TOTP Auth Function

2021-08-29 Thread Asmodean Thor
ee no need to. On Sat, Aug 28, 2021 at 4:29 PM Nick Couchman wrote: > On Sat, Aug 28, 2021 at 1:38 PM Asmodean Thor > wrote: > >> I installed the TOTP auth so I can use google authenticator. >> >> But now I think I won't be needing it any more. What is a way for

Guacamole Errored Out

2021-09-14 Thread Asmodean Thor
Hello! I believe that it was after this command that my guacamole installation broke: ``` sudo apt install apache2 mariadb-server libapache2-mod-php7.4 sudo apt purge apache2 mariadb-server libapache2-mod-php7.4 ``` I then tried to reinstall the apache2, thinking that guac might need it fo