服务器搬家后系统重装过了,所以opensshd 的公钥也变了,而客户机上的公钥还没有更新所以会出如下状况。
标签:known_hosts, ssh2010-06-22 xiao H Posted in 系统管理 | 3 Comments »
2010-06-22 xiao H Posted in 日常桌面 | 1 Comment »
2010-06-14 xiao H Posted in 服务器应用 | No Comments »
2010-06-14 xiao H Posted in 服务器应用 | No Comments »
2010-06-09 xiao H Posted in 日常桌面 | 1 Comment »
2010-06-06 xiao H Posted in shell | 4 Comments »
Ctrl + a - Jump to the start of the line Ctrl + b - Move back a char Ctrl + c - Terminate the command //用的最多了吧? Ctrl + d - Delete from under the cursor Ctrl + e - Jump to the end of the line Ctrl + f - Move forward a char Ctrl + k - Delete to EOL Ctrl + l - Clear the screen //清屏,类似 clear 命令 Ctrl + r - Search the history backwards //查找历史命令 Ctrl + R - Search the history backwards with multi occurrence Ctrl + u - Delete backward from cursor // 密码输入错误的时候比较有用 Ctrl + xx - Move between EOL and current cursor position Ctrl + x @ - Show possible hostname completions Ctrl + z - Suspend/ Stop the command标签:Bash, 快捷键
2010-06-04 xiao H Posted in 新闻评论 | 1 Comment »
Ubuntu 10.10的首个Alpha版正式发布,代号为Maverick Meerkat。
新版本中GNOME环境更新为2.31版,这里包含了新的dconf和 gsettings API;Evolution更新至2.30,相对于Ubuntu 10.04 LTS中的版本,它的操作速度变得更快;KDE更新至当前的4.5 beta 1;Qt更新至当前的4.7 beta;Linux kernel 2.6.34。
2010-05-29 xiao H Posted in 服务器应用 | No Comments »