Showing posts with label bootstrap. Show all posts
Showing posts with label bootstrap. Show all posts

Monday, March 28, 2016

bootstrap : tooltip : newline

to include a newline in a bootstrap tooltip, set data-html="true", then use <br/> in data-title.
ex:

<i class="fa fa-fw fa-list text-success auto-tooltip" data-html="true" data-toggle="tooltip" data-title="This is a <br/> newline"> </i>


SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...