User portal:

view profile, check “System Monitor”, “User Guides”

User Portal

.ssh/config

Host github.com
     HostName github.com
     IdentityFile ~/.ssh/github.key
     User git

User Portal