Hello,
We create pages about each router or switch we deploy and at the top we create a ssh2://ipaddress link and the link appears to be created but when we click it nothing happens. I'v gone into the link and verified it is correct. Is there something I'm doing wrong?
Thanks.
It seems like ssh2 is not recognised as a valid protocol... ssh:// works but ssh2:// does not
I suppose a trivial use macro will solve the problem:
## Macro title: anyLink ## Macro has a body: N ## Any protocol hyperlink ## @param Link:title=Link|type=string|required=true|desc=Link address ## @param Caption:title=Caption|type=string|required=true|desc=Link caption <a href="$paramLink" target="_blank">$paramCaption</a>
Thanks for this code!
I tried it but initially it didn't work (it just output the HTML code instead of rendering the link), but then I changed the last line like this:
## Macro title: anyLink
## Macro has a body: N
## Any protocol hyperlink
## @param Link:title=Link|type=string|required=true|desc=Link address
## @param Caption:title=Caption|type=string|required=true|desc=Link caption
<a href="$paramLink" target="_blank">$paramCaption</a>
Then the output is the correct one.
It seems to be related to this bug (CONFSERVER-46039) . So if you need that feature, please vote and watch it. Also, you can add your use case as a comment so the developers can be aware of the impact it has and take it into consideration while triaging it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are looking to move away from Mindtouch Dekiwiki and it has the ability to do it. That is unfortunate to read that this is something that Confluence is unable to do. When we click it it just opens our default SSH client that is all I want it to do nothing within Confluence itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert,
May I ask you, if this ever worked? I'm not aware of such link work.
Confluence doesn't have the ability to open the SSH2 directly.
Cheers,
WZ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Confluence doesn't need to "open" the link directly. Opening a suitable application based on a URI is done by the OS protocol handler, all it needs is for the link html to be properly functional in a web page.
With Confluence [5.4.4] when you create a link like "ssh2://example.com", it appears to be accepted, and is rendered in link style, but there is no href property in the generated a tag, unlike for ssh URIs:
<a href="ssh://example.com" rel="nofollow">ssh://example.com</a> <a rel="nofollow">ssh2://example.com</a>
This would seem likely to be due to a rule in the markup renderer (or maybe it doesn't even get saved).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.