码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 安裝openssh 腳本

时间:2015-09-05 16:29:59      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

#!/bin/bash
sudo apt-get install openssh-server -y
sudo sed -i ‘s/without-password/yes/g‘ /etc/ssh/sshd_config

 

卸載的腳本

 

#!/bin/bash
sudo stop sshd
sudo apt-get remove openssh-server --purge -y

ubuntu 安裝openssh 腳本

标签:

原文地址:http://www.cnblogs.com/psd2012/p/4783294.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!