mirror of
https://github.com/tildeclub/site.git
synced 2026-01-24 05:50:17 +00:00
Wiki patch to ssh section
Signed-off-by: keyboardan <keyboardan@tilde.club> Signed-off-by: deepend <deepend@tilde.club>
This commit is contained in:
@@ -183,6 +183,13 @@ ssh username@tilde.club
|
|||||||
|
|
||||||
where username is your username (~benharri would use `ssh benharri@tilde.club`)
|
where username is your username (~benharri would use `ssh benharri@tilde.club`)
|
||||||
|
|
||||||
|
|
||||||
|
Note: If you generated your key to the location above (%USERPROFILE%\\.ssh\\...) then you will be able to SSH to your tilde server without having to specify the location of the key. That folder is the default used by SSH and it will be found automatically. If you generated your keys in a different location or moved them, you will need to specify the full path to the private key.
|
||||||
|
|
||||||
|
```cmd
|
||||||
|
ssh -i c:\path\to\my\private\key username@your.tilde
|
||||||
|
```
|
||||||
|
|
||||||
7. profit???
|
7. profit???
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -230,12 +237,6 @@ where username is your username (~benharri would use `ssh benharri@tilde.club`)
|
|||||||
ssh username@tilde.club
|
ssh username@tilde.club
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: If you generated your key to the location above (%USERPROFILE%\\.ssh\\...) then you will be able to SSH to your tilde server without having to specify the location of the key. That folder is the default used by SSH and it will be found automatically. If you generated your keys in a different location or moved them, you will need to specify the full path to the private key.
|
|
||||||
|
|
||||||
```cmd
|
|
||||||
ssh -i c:\path\to\my\private\key username@your.tilde
|
|
||||||
```
|
|
||||||
|
|
||||||
7. profit???
|
7. profit???
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user