Ssh key share for XPPL

From XPUB & Lens-Based wiki
Revision as of 17: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 »...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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