Skip to content

Instantly share code, notes, and snippets.

@thebsdbox
Created March 8, 2023 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebsdbox/3a77498016ccecfdcb4f44fc2af45dca to your computer and use it in GitHub Desktop.
Save thebsdbox/3a77498016ccecfdcb4f44fc2af45dca to your computer and use it in GitHub Desktop.
<div layout-gt-sm="row">
<md-input-container>
<label>SSH</label>
<input value="ssh {{instance.proxy_host}}@direct.{{host}} -p 8022" type="text" readonly="readonly" size="50">
<md-icon ngclipboard data-clipboard-text="ssh {{instance.proxy_host}}@direct.{{host}} -p 8022"class="material-icons">content_copy
<md-tooltip md-direction="top">Copy!</md-tooltip>
</md-icon>
<md-button class="md-raised" href="ssh://{{instance.proxy_host}}@direct.{{host}}:8022" target="_blank" rel="noopener noreferrer">
<md-icon class="material-icons">login</md-icon> SSH
</md-button>
</md-input-container>
<div class="md-block" glex-gt-sm></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment