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