라벨이 password인 게시물 표시

vscode remote ssh with out password

이미지
 ## set up local SSH key pair  ## copy ssh key to server [root@localhost vue-element-admin]# vi ~/.ssh/authorized_keys [root@localhost vue-element-admin]# systemctl restart sshd  ## set config file

git push with stored password

## set userid git config --global user.name 이름 git config --global user.email 이메일   ## set password git config credential.helper store