or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
# SSH keys :key:
SSH keys
Create an SSH key pair with the following command:
Add your newly generated Ed25519 key to an SSH agent:
Copy the public key to Rackham or other server.
Connect
On Bianca
id_ed25519_key.pub
to$HOME/.ssh/authorized_keys
. You can not use the same commandssh-copy
as in the case for Rackham i.e. you have to manually bring the key on Bianca.If you paste it, make sure it is in one line, not wrapped/split over multiple lines.
-vv
Look for the important line…
WSL2 under Windows{10,11}
Here as a neat way to get persistent key-manger in WSL2 - credits: original source.
Replace
XXXX
with the output ofhostname
command on the command line.Remove
-q
to get some information if you wantFirst time you login, you will be asked for the password and the key wil be handled by the key-manager. Check with
MobaXterm
In
MobaXterm
you can use the internalMobAgent
or/and thePeagent
from thePuTTy
tools.OPTIONAL: SSH config
Example
$HOME/.ssh/config
file to make your work easier.Now
Contacts:
tags:
UPPMAX
,ssh-key