ming 1月 11, 2018 1 min read Ubuntu下允许root用户ssh远程登录 SSH服务器,可以通过SSH协议来访问远程服务器,代替telnet和ftp。但是ubuntu默认是不启用roo… Read more...
ming 1月 2, 2018 1 min read sudo: no tty present and no askpass program specified 解决方法 sudo: no tty present and no askpass program specified 由… Read more...
ming 11月 12, 2017 9 min read ssh 公钥免密登录 ssh 登录可以使用公钥认证(ssh public key authentication)。 将客户端机器的s… Read more...
ming 10月 27, 2017 1 min read 远程root连接登陆SSH验证失败解决方法 解决root用户利用ssh客服端密码访问登陆服务端验证失败的问题。 首先请确定服务端是否安装ssh-serve… Read more...
ming 10月 27, 2017 1 min read Ubuntu环境下SSH的安装和使用 SSH分为客户端和服务端。 服务端是一个守护进程,一般是sshd进程,在后台运行并响应来自客户端的请求。提供了… Read more...