You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintainer: @ja-pa and @BKPepe
Environment: All
Software: OpenWrt 24.10.0-rc2 r28161-ea17e958b9 and SNAPSHOT (as of 2024-12-21)
Description:
I installed the packages atlas-sw-probe. Then setup via instruction in manual guide. That worked well with OpenWrt 23.05 and 22.03. OpenWrt 24.10.0-rc2 (as well in snapshots releases) on x86_64 VM gave me the error while creating the key:
root@OpenWrt:~# /etc/init.d/atlas create_key
Unknown argument -b
Usage: ssh-keygen -t <type> -f <filename> [-s bits]
-t type Type of key to generate. One of:
rsa
ed25519
-f filename Use filename for the secret key.
~/.ssh/id_dropbear is recommended for client keys.
-s bits Key size in bits, should be a multiple of 8 (optional)
Ed25519 has a fixed size of 256 bits
-y Just print the publickey and fingerprint for the
private key in <filename>.
-C Specify the key comment (email).
sed: /etc/atlas/probe_key.pub: No such file or directory
ln: /usr/libexec/atlas-probe-scripts/etc/probe_key: File exists
ln: /usr/libexec/atlas-probe-scripts/etc/probe_key.pub: File exists
chown: /etc/atlas/probe_key: No such file or directory
chown: /etc/atlas/probe_key.pub: No such file or directory
chgrp: /etc/atlas/probe_key: No such file or directory
chgrp: /etc/atlas/probe_key.pub: No such file or directory
chmod: /etc/atlas/probe_key: No such file or directory
chmod: /etc/atlas/probe_key.pub: No such file or directory
Key generated successfully. Use the get_key command to show the public key and get instruction on how to register your probe.
root@OpenWrt:~#
Running /etc/init.d/atlas get_key to print the key in the terminal and doesn't work:
root@OpenWrt:~# /etc/init.d/atlas get_key
Error! Pub. key not found
root@OpenWrt:~#
The atlas-sw-probe package is out of date. I have tried to update it but unfortunately, I don't have enough knowledge to do it myself, and as i'm trying to update the package, it needs the latest version.
Not sure this is the right place to post this issue, please redirect me on the right place.
Thanks!
The text was updated successfully, but these errors were encountered:
Maintainer: @ja-pa and @BKPepe
Environment: All
Software: OpenWrt 24.10.0-rc2 r28161-ea17e958b9 and SNAPSHOT (as of 2024-12-21)
Description:
I installed the packages
atlas-sw-probe
. Then setup via instruction in manual guide. That worked well with OpenWrt 23.05 and 22.03. OpenWrt 24.10.0-rc2 (as well in snapshots releases) on x86_64 VM gave me the error while creating the key:Running /etc/init.d/atlas get_key to print the key in the terminal and doesn't work:
The
atlas-sw-probe
package is out of date. I have tried to update it but unfortunately, I don't have enough knowledge to do it myself, and as i'm trying to update the package, it needs the latest version.Not sure this is the right place to post this issue, please redirect me on the right place.
Thanks!
The text was updated successfully, but these errors were encountered: