remote.it does not take a password

Hello all,

I have installed remote.it and now wanted to start the configuration via the connectd_installer. The email address could be entered, but the password cannot be entered. I also tried it with juiceSSH - same thing.
What am I doing wrong?

OS Linux Mint, Raspi3b+, Dietpi 7.12 latest version

Hi,

basically connectd_installer is a tool provided by remote.it. DietPi is just installing the tool. If there are challenges using this tool, it might be good to check with remote.it directly. Just to be sure, you used option 1 to login with username and password? Did you tried option 2 as well?

For testing purposes, I installed remote.it on my RPi3B+ 32bit and could enter username and password

********************* Sign In Menu *********************

     1) Sign in to your remote.it account with username and password
     2) Sign in to your remote.it account with access key and secret
     3) Exit

********************************************************
*  To create a remote.it account, please visit         *
*  https://remote.it                                   *
********************************************************

Choose a menu selection (1 - 3):
1

Please enter your remote.it Username (e-mail address):
bla.com

Please enter your remote.it password:

Hello Joulinar ,
Thank you for the quick reply.
I saw your screenshot and I have the option 2 only as an exit.
Is there another version on Dietpi ?
What am I doing wrong ?

after entering the enter key several times, this appears

API call to https://device.remot3.it/api/project/create failed!
Reason for failure: Invalid authorization, Error code: INVALID_AUTH.
Contact support@remote.it with this information.

I’m a little bit confused. The screenshot you posted contains a password field. Did you try to enter something? The value you enter might be hidden, just type your password and continue.

What version of the connectd_installer you are running?

root@DietPi3:~# connectd_installer

remote.it connection installer Version: 2.6.39 lib_v2.6.29
Modified: June 10, 2020 (library) April 24, 2021
Build date: Fri Apr 30 16:04:42 UTC 2021
curl with SSL support installed.

I’ve thought of that too and just entered the password like that and also copy and paste.
I briefly saw a few letters and numbers and then the curser got stuck.
My system has been running for 20 days and I installed your remotely via the software.

remote.it connection installer Version: 2.5.38 lib_v2.1.26 
Modified: June 10, 2020 (library) November 10, 2020 
Build date: Thu Nov 12 18:13:26 UTC 2020
curl with SSL support installed.

Checking the daemon for compatibility... 

Using architecture arm-linaro-pi...

Checking your network for compatibility... 

Network connection OK...
Your network is compatible with remote.it services.

pls can you run dietpi-software reinstall 68 to get latest version of remote.it software

Hello Joulinar,

I have now uninstalled and reinstalled remote.it.
After that I tried to log in “normally” with user and password.
Here, remote refused to enter the password as before.
Now with the 3rd function and the api key everything worked.

From experience, I assume - since it only works for me - that it is a system error during the Dietpi installation. I’ll probably re-install the whole thing soon and see if it’s still the same.

Many thanks for your quick help

as already said, this program is provided by remote.it. There is nothing dietpi specific on it. We just install the software available. It there is something not working, like to enter the password, you might need to check with remote.it.

Anyway it’s good that it is working now using api key

I have the solution to the problem from remote.it and it works !

The file in question is /usr/bin/connectd_library

https://github.com/remoteit/installer/blob/master/connectd/usr/bin/connectd_library#L1061

If you wish to have the password displayed, edit this file (as root, or using sudo) and change line 1063 from

stty -echo

to

stty echo

thx for sharing. I guess entering the password should work without this change as well. It is just not shown. :slight_smile:

UPDATE: Remote.It has updated their installation process and have updated the daemon. Please refer to instructions here. Raspberry Pi

We are aware already DietPi-Software | Remot3.it: Migrate away from deprecated installer by usk-tkhs · Pull Request #5790 · MichaIng/DietPi · GitHub