gfirefly 学习之ubuntu 15 python 环境熟悉配置ssh (1)

来源:互联网 发布:多益网络股价 编辑:程序博客网 时间:2024/06/08 00:29

安装ssh服务

sudo apt-get install openssh-server

安装软件secureCRT控制

ps -e | grep sshd


vim /etc/ssh/sshd_config

配置终端 port 22 改为 9022

sudo /etc/init.d/ssh restart重启 ssh

Ctrl+D退出ssh


test:

ssh root@127.0.0.1 -p 9022

0 0
原创粉丝点击