ssh后面是公網(wǎng)ip祖秒,密碼Ding******
CentOS5.4?
#?apt-get?install?gcc
bash:?apt-get:?command?not?found
解答
CentOS的軟件安裝工具不是apt-get??是yum
#?yum?-y?install?gcc
在ubuntu下安裝SSH可以:
apt-get?install?openssh-server
就是說在centos上可以這樣來安裝ssh:
#?yum?-y?install?openssh-server