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.
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!