SSH配置&Faster R-CNN阅读报告
20180706-本周任务
- 安装服务器的SSH
- 汇报PPT
安装服务器SSH
Ubuntu下配置
sudo apt-get install openssh-server
#error
The following packages have unmet dependencies:
openssh-server : Depends: openssh-client (= 1:7.2p2-4)
Depends: openssh-sftp-server but it is not going to be installed
Recommends: ssh-import-id but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
#solution
sudo apt-get install openssh-client=1:7.2p2-4
#run
sudo apt-get install openssh-server
ps -ef | grep ssh
root 15300 1 0 20:43 ? 00:00:00 /usr/sbin/sshd -D
root 24346 15300 0 21:26 ? 00:00:00 sshd: lab [priv]
lab 24371 24346 0 21:26 ? 00:00:00 sshd: lab@pts/23
lab 24387 24372 0 21:26 pts/23 00:00:00 grep --color=auto ssh
#complete
Windows下配置
-
下载:XShell 5
-
查看Ubuntu上的IP地址
ifconfig wlx30b49e413097 Link encap:Ethernet HWaddr 30:b4:9e:41:30:97 inet addr:192.168.11.147 Bcast:192.168.11.255 Mask:255.255.255.0 inet6 addr: fe80::95bc:bb99:95b8:2ac/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3482864 errors:0 dropped:6106260 overruns:0 frame:0 TX packets:1864433 errors:0 dropped:301 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4913953561 (4.9 GB) TX bytes:251563516 (251.5 MB)
-
在Windows的XShell 5中配置服务器的IP地址以及登录名