ColinTaylor
Part of the Furniture
It looks to me like it was part of a Download Master installation.Was that outdated curl messing things up??? I wonder how the hell did it got there, cause amtm update used to work a few months ago.
It looks to me like it was part of a Download Master installation.Was that outdated curl messing things up??? I wonder how the hell did it got there, cause amtm update used to work a few months ago.
Very unlikely, Dropbear only sees this. And even with a static IP it would be a challange.Probably a bit of a pipe dream but is there any way that amtm (and the addons) could recognize the type of device you’re SSH’ing in from?
I switch very regularly between iPad, iPhone and a Windows PC and the theme that fits best (essentially the one where all text is legible) on one of them seems due to be the worst theme for another platform and I can’t read one or two colors at all. If amtm could select the theme based on your client platform that would be really nice.
Or is this something best tweaked via the SSH client used on each platform?
Not to encourage the idea, but dropbear will also set environment variables for the session if you wanted to adapt based on client IP or public key name.And even with a static IP it would be a challange.
SSH_CLIENT='192.168.1.183 52653 22'
SSH_CONNECTION='192.168.1.183 52653 192.168.1.1 22'
SSH_PUBKEYINFO='mykey@home'
Just set your preferred appearance in your SSH client. Then it applies to the addons as well.Probably a bit of a pipe dream but is there any way that amtm (and the addons) could recognize the type of device you’re SSH’ing in from?
Feature creep, but I agree with @ColinTaylor, the appearance can be set in some clients.Not to encourage the idea, but dropbear will also set environment variables for the session if you wanted to adapt based on client IP or public key name.
I don’t think it’s a useful or common feature for most people, however.Code:SSH_CLIENT='192.168.1.183 52653 22' SSH_CONNECTION='192.168.1.183 52653 192.168.1.1 22' SSH_PUBKEYINFO='mykey@home'
Fair enough will look at adjusting my Windows SSH Client (Putty) and App (iTerminal Pro) to get them closer.Just set your preferred appearance in your SSH client. Then it applies to the addons as well.
Thank you!EDIT: In fact, that first binary is so old, you should justdeleterename it.
mv /opt/bin/curl /opt/bin/curl.old
That’s AI nonsense. What are you actually trying to do?i was looking for /jffs/addons/pc_tool/pc_insert, this chatgpt fella told me that amtm should have installed it, but i see no such thing. anyone seen this somewhere?
This is also malformed artificial intelligence. hosts.block_site.add holds no meaning to the firmware. Even if the hosts file was properly amended, it would block YouTube for everyone using the router as DNS.block_site being a tag that supposedly is defined with
dhcp-option=tag:block_site,option:dns-server,192.168.50.1
and then the site i want to block would be in /jffs/configs/hosts.block_site.add:
0.0.0.0 youtube.com
all this to block a site for a single client 192.168.50.50
eheh it did block it to everyone. this was quite an hallucination.This is also malformed artificial intelligence. hosts.block_site.add holds no meaning to the firmware. Even if the hosts file was properly amended, it would block YouTube for everyone using the router as DNS.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!