/    Sign up×
Community /Pin to ProfileBookmark

hi,
i’ve got html page which displays information about traffic on routers and bridges in my network. i’m wondering how can i make links from which i can automatically telnet/ssh to desired router/ssh (i suppose i need some script)…

ie.
– click on “10.0.0.230” (link which points to router with that ip address) opens login window for that router (telnet/ssh)

  • click on “10.0.0.250” (link which points to router with that ip address) opens login window for that router (telnet/ssh)
  • thanx.

    to post a comment
    HTML

    4 Comments(s)

    Copy linkTweet thisAlerts:
    @Orc_ScorcherDec 06.2005 — [code=html]<a href="telnet://10.0.0.230:12345/">Router at 10.0.0.230</a>[/code]Replace 12345 with the port # you need, of course. [code=html]<a href="ssh://10.0.0.230:12345/">Router at 10.0.0.230</a>[/code] may also work if your client software has registered the SSH URI scheme.
    Copy linkTweet thisAlerts:
    @ivanntauthorDec 06.2005 — thanx for answering,

    [code=html]<a href="telnet://10.0.0.230:12345/">Router at 10.0.0.230</a>[/code]Replace 12345 with the port # you need, of course. [code=html]<a href="ssh://10.0.0.230:12345/">Router at 10.0.0.230</a>[/code] may also work if your client software has registered the SSH URI scheme.[/QUOTE]

    i try this earlier but it didn't work...then i checked opera configuration and add telnet to program field, so it now works fine...but i still have problems with ssh - it opens regularly in konqueror, but opera won't open it (although i add ssh in configuration)...
    Copy linkTweet thisAlerts:
    @ivanntauthorDec 06.2005 — ...additional question...

    can ping be implemented in the same way?

    thanx.
    Copy linkTweet thisAlerts:
    @Orc_ScorcherDec 06.2005 — I don't think so but there are ping CGI scripts you could install on your local web server.
    ×

    Success!

    Help @ivannt spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.19,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...