mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-17 14:01:49 +03:00
fix: Add syntax highlighting to code blocks
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
You can generate authentication keys and use it with ssh to login. First run the below command if you don't have any (it won't overwrite if you already have one):
|
||||
|
||||
```
|
||||
```bash
|
||||
ssh-keygen
|
||||
```
|
||||
|
||||
Then copy your public key to remote server with this:
|
||||
```
|
||||
```bash
|
||||
ssh-copy-id name@host
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user