Operating System Programming 4DISS

(REV358--31-Jan-2024)
Welcome to the Operating System Programming for DISS site. The following is a step-by-step guide to set up a Virtual Debian Guest on VirtualBox. This site has been managed by VauLSMorg since 2020.
This is the WAY!

View on GitHub

HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT

SSH: Put a Public Key at GitHub.com (e.g. cbkadal)











cbkadal@cbkadal:~$ cat .ssh/id_rsa.pub
ssh-rsa AAAAB8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iYNyrxVcSCZWSvkAGYx0hev3C7S1ULGR1E8lmsW9iY/B4x0ZpNZ+Q== cbkadal@cbkadal

cbkadal@cbkadal:~$







Test Your Key

ssh -T git@github.com

(RESULT)

cbkadal@cbkadal:~$ ssh -T git@github.com
The authenticity of host 'github.com (13.250.177.223)' can't be established.
RSA key fingerprint is SHA256:XYZZYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added 'github.com,13.250.177.223' (RSA) to the list of known hosts.
Hi cbkadal! You've successfully authenticated, but GitHub does not provide shell access.

cbkadal@cbkadal:~$



HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT