Guides:Atomszim

From Nano Group Budapest
Revision as of 15:10, 10 September 2020 by Thiering (talk | contribs)
Jump to navigation Jump to search

Login from Ubuntu linux - or any other distro

generating an SSH public and private key pair

First, you need to generate an shh key pair:


Additional read:

https://www.ssh.com/ssh/keygen/

generating an SSH public and private key pair

 thiering@ThinkPad-T420 ~ $ ssh-keygen -t rsa -b 4096 -C "thiering@laptop" -f ~/.ssh/skynetkey
 Generating public/private rsa key pair.  
 Enter passphrase (empty for no passphrase): Type a password here.
 Enter same passphrase again: Type the password again.
 Your identification has been saved in /home/thiering/.ssh/skynetkey.
 Your public key has been saved in /home/thiering/.ssh/skynetkey.pub. 
 The key fingerprint is:  
 SHA256:DRSJYHxtme+J0ldv381IVHU3OI38F19CLWw9dtxAPAM thiering@laptop 
 The key's randomart image is:
 +---[RSA 4096]----+ 
 |   .o. oo=  E*B**| 
 |   .. o.*    =O=%| 
 |     . ...   .+**|
 |         o. . ..o| 
 |       .So.o o  .|
 |      . o +   +  |
 |       . .   o +o|
 |              . =|
 |                 | 
 +----[SHA256]-----+

Log into skynet

You can log into skynet with the following command below:

thiering@ThinkPad-T420 ~ $ ssh -v -X-o TCPKeepAlive=no -p 53017 -o TCPKeepAlive=no -o ServerAliveInterval=30 -i /home/thiering/shf3/key/ssh/IUVPNO.sec IUVPNO@btl.szfki.kfki.hu