7 Server Admin
7.1 Setup Authentication with SSH keys
Note that ssh-keygen -m PEM
is needed for logging into Amazon servers:
Amazon EC2 Key Pairs - Amazon Elastic Compute Cloud
SSH private key file format must be PEM (for example, use ssh-keygen -m PEM to convert the OpenSSH key into the PEM format)
7.1.1 Login
Once the key is generated on the server, logging into a terminal is simply a matter of specifying location of key file and the user@server:
ssh -i ~/.ssh/id_rsa.pem bbest@imars-mbon.marine.usf.edu
Xie, Yihui. 2015. Dynamic Documents with R and Knitr. 2nd ed. Boca Raton, Florida: Chapman; Hall/CRC. http://yihui.name/knitr/.
———. 2019. Bookdown: Authoring Books and Technical Documents with R Markdown. https://CRAN.R-project.org/package=bookdown.