mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 14:49:32 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/ssh
2
tldr/ssh
@@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`ssh {{username}}@{{remote_host}}`
|
||||
|
||||
- Connect to a remote server with a specific identity (private key):
|
||||
- Connect to a remote server with a specific [i]dentity (private key):
|
||||
|
||||
`ssh -i {{path/to/key_file}} {{username}}@{{remote_host}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user