在伺服器上安裝ssh的伺服器端。

2021-08-30 18:52:12 字數 421 閱讀 9930

在伺服器上安裝ssh的伺服器端。

$ sudo aptitude install openssh-server

2. 啟動ssh-server。

$ /etc/init.d/ssh restart

3. 確認ssh-server已經正常工作。

$ netstat -tlp

tcp6    0    0 *:ssh                *:*                   listen     -

看到上面這一行輸出說明ssh-server已經在執行了。

4. 在客戶端通過ssh登入伺服器。假設伺服器的ip位址是192.168.0.103,登入的使用者名稱是hyx。

$ ssh -l hyx 192.168.0.103

接下來會提示輸入密碼,然後就能成功登入到伺服器上了

socket伺服器端

伺服器 include winsock2.h include string.h include stdio.h include time.h include stdarg.h include stdlib.h pragma comment lib,ws2 32 void errexit const ...

kerberos伺服器端

1.安裝tcl wget tar zvxf tcl8.5.12 src.tar.gz cd tcl8.5.12 cd unix configure make make install 3.解壓 tar xvf krb5 1.10.3 signed.tar tar zvxf krb5 1.10.3.t...

C tcp伺服器端

伺服器端 include stdafx.h include winsock2.h pragma comment lib,ws2 32.lib include using namespace std int tmain int argc,char ar 建立套接字 sserver socket af ...