Ssh key share for XPPL
Revision as of 16:04, 28 May 2018 by Alexander Roidl (talk | contribs) (Created page with "== Generating keys == We already generated a key following this: https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2 There is a user account called »...")
Generating keys
We already generated a key following this: https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2
There is a user account called »xppl« on the xpub server, to which you can connect to using the private key.
scp'ing to xppl
- You need to get the public and private key (currently @ Alex and Joca)
- and you need to create a config file as follows:
nano ~/.ssh/config
insert:
Host xppl User xppl Hostname pzwart1.wdka.hro.nl Port 22 Identityfile ~/.ssh/xppl_id_rsa Serveraliveinterval 30