Gitlab xác thực ssh key để pull push được lên repo 03 Jan, 2019 Uncategorized 4 Comments 0 Sorry you have no rights to view this entry!
HiepNH - Log in to Reply January 3, 2019 at 10:01 am Với windows, dùng git bash: ssh-keygen -t ed25519 -C “seo@innocom.vn” cat ~/.ssh/id_ed25519.pub | clip
HiepNH - Log in to Reply January 6, 2020 at 4:00 pm Lưu ý username vẫn để nguyên là git, không thay bằng user name của mình ssh-keygen -o -t rsa -b 4096 -C “seo@innocom.vn” => Email ở đây thì thay bằng email của mình
HiepNH - Log in to Reply December 19, 2020 at 4:33 pm apt-get -y install openssh-client nếu ssh-keygen: command not found
HiepNH -
Với windows, dùng git bash:
ssh-keygen -t ed25519 -C “seo@innocom.vn”
cat ~/.ssh/id_ed25519.pub | clip
HiepNH -
Command để check ssh -T git@git.innocom.vn
HiepNH -
Lưu ý username vẫn để nguyên là git, không thay bằng user name của mình
ssh-keygen -o -t rsa -b 4096 -C “seo@innocom.vn” => Email ở đây thì thay bằng email của mình
HiepNH -
apt-get -y install openssh-client nếu ssh-keygen: command not found