// 推送测试678
腾讯云服务器重置密码, 轻量服务器->远程登录->密码/密钥登录
第一次重置密码后登录, 失败了
第二次重置密码, 成功了
systemctl staus sshd.service #查看ssh服务状态
systemctl start sshd.service #启动ssh服
systemctl restart sshd.service #重启ssh服务
systemctl enable sshd.service #开机ssh自启
systemctl stop sshd.service #关闭ssh服务
yum install ssh #安装SSH:
ssh [用户名]@[ip]
git init --bare
Initialized empty Git repository in /home/swapnil/project-1.git
windows git客户端设置
git remote origin gituser@ip:/home/git/gitTest
git push