Actions
How to access servers with ssh » History » Revision 5
« Previous |
Revision 5/6
(diff)
| Next »
Jin-Guk Kwon, 08/15/2019 01:57 PM
How to access servers with ssh¶
You can connect to the host with ssh as the following.
If you named your key differently you need to replace `id_rsa` with your key name.
By default ssh use id_rsa key, so you can avoid `-i ~/.ssh/id_rsa`.
Updated by Jin-Guk Kwon about 7 years ago · 6 revisions