Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

服务器初始化用户创建用户: 1sudo adduser user_name 给sudo权限: 1sudo usermod -aG sudo user_name 给用户设置/重置密码: 1sudo passwd user_name 配置 SSH 公钥登录生成SSH KeyWindows/Mac/Linux: 1ssh-keygen -t ed25519 -C "注释" 注释...