List SSH Keys
This section provides an overview of List SSH Keys
//List All SSH
ls -al ~/.ssh
//Copy
pbcopy < ~/.ssh/id_ed25519.pub
// If not works
cat ~/.ssh/oguzhanserver.pub
//SSH Add to machine
eval `ssh-agent -s`
ssh-add
//.pub will not be added
ssh-add ~/.ssh/oguzhanserver