1. 程式人生 > >ubuntu 開啟遠端連線 ssh

ubuntu 開啟遠端連線 ssh

Secure Shell (SSH) is a protocol for securely accessing remote machine, it allows you to run command line and graphical programs, transfer files, and even create secure virtual private networks over the Internet.

Ubuntu does not provide the ssh service out-of-the-box. But you can easily enable it by installing the OpenSSH server package.

To enable SSH:

Search for and install the openssh-server package from Ubuntu Software Center. Or run command below in console if you’re on Ubuntu Server without GUI:

sudo apt-get install openssh-server

Once installed, the SSH service should be started automatically. If necessary, you can start (or stop, restart) the service manually via command:

sudo service ssh start

To edit settings:

To change the port, root login permission, you may edit the/etc/ssh/sshd_config file via:

sudo nano /etc/ssh/sshd_config

After you changed the configurations, press Ctrl+X followed by typing y and hitting enter to save the file.

Finally restart the SSH service to apply the changes:

sudo service ssh restart

Usage and Tips:

1. Normally, we can access remote machine through SSH via command:

ssh [email protected]

For the port that is not the default 22:

ssh [email protected] -p NUMBER

2. For desktop Ubuntu, root user need to be enabled first so that remote machines can SSH to it via root:

Run command below to set a password for root:

sudo passwd root

Then execute command to unlock the root account:

sudo passwd -u root

Edit the config file /etc/ssh/sshd_config, change the line

PermitRootLogin without-password

into:

PermitRootLogin yes

When done, restart the SSH service.

相關推薦

ubuntu 開啟遠端連線 ssh

Secure Shell (SSH) is a protocol for securely accessing remote machine, it allows you to run command line and graphical programs, tran

ubuntu開啟遠端ssh登入

1. 更新源列表 開啟"終端視窗",輸入"sudo apt-get update"-->回車-->"輸入當前登入使用者的管理員密碼"-->回車,就可以了。 2. 安裝openssh-server 在終端中輸入: sudo apt-get install openssh-serv

Ubuntu開啟root賬戶ssh遠端登入方法彙總

1 簡介 Ubuntu是最近很流行的一款Linux系統,因為Ubuntu預設是不啟動root使用者,下面介紹如何進入root的方法     2.1.1.為root賬戶修改一個密碼:    在終端下輸入”sudo passwd root”命令,終端會提示輸入當前賬戶密碼,正確

Ubuntu系統下MySQL開啟遠端連線

第一步:確保 Ubuntu 系統已經安裝上了MySQL資料庫。登陸資料庫 ,執行如下命令: mysql -u 使用者名稱 -p 然後輸入密碼,此時登入成功 第二步:建立使用者用來遠端連線,執行如下命令: GRANT ALL PRIVILEGES ON *.* TO

伺服器遠端連線/ssh方式連線教程(windows雲主機遠端登入)

windows主機如何遠端登入 1.點本地電腦開始》執行,或者按"window+R"》輸入mstsc點確定 2.在彈出的遠端連線框中輸入相應的IP進行連線   如果伺服器遠端埠不是預設的3389而是其他埠例如13140,請在上面輸入:ip:13140 例如:16

【資料庫遠端】MySQL資料庫開啟遠端連線方法

Mysql安裝後,預設不能外網直接訪問的,只能本機訪問,但是很多使用者需要外網訪問來備份資料、修改資料或者呼叫資料,mysql如何開啟遠端連線呢?下面就是MySQL資料庫開啟遠端連線方法。 登陸mysql操作命令如下直接複製即可 1.下面的命令是給予任何主機訪問資料的許可權 mysql&

伺服器遠端連線/ssh方式連線教程(linux雲主機遠端登入)

Linux主機如何遠端登入?建議使用ssh工具。使用Ssh連線登入的時候,需要先下載ssh登入客戶端,下載安裝完成之後可以進行Linux雲主遠端登入。   Linux雲主遠端登入流程 1.開啟ssh工具如圖一所示:   圖一 2.點選Quick Co

CentOS下修改mysql資料庫編碼為UTF-8(附mysql開啟遠端連線和開放3306埠)

樓主在配置好linux雲伺服器的jdk,tomcat,mysql後,當要開始部署專案是,突然意識到一個很嚴重的問題,那就是資料庫的編碼問題,自安裝完成後並未修改資料庫的額編碼。。。。下面就來說說linux下修改mysql的編碼問題吧。。有一個問題網上很多地方都沒說到,詳情請繼續往下看。

mysql資料庫開啟遠端連線

以下plesk_server_IP、admin、password根據自己的使用情況自行設定。 1.登陸資料庫     mysql -uroot -proot; 2.切換到mysql資料庫     use mysql; 3.檢視當前資料庫中是否有admin使用者  

linux-mysql開啟遠端連線

遠端連線伺服器上的MySQL。 Navicat軟體連線資料庫報錯:2003-can't connect to MYSQL serve 工具/原料 crt、navicat、Linux系統、MySQL。 方法/步驟 遠端連線上Linux系統,確保

mysql 開啟遠端連線

1、新建使用者遠端連線mysql資料庫 grant all on *.* to [email protected]'%' identified by '123456' with grant option;  flush privileges; 允許任何ip地址(%表示允許任何ip

Mysql 5.7 (Windows) root開啟遠端連線

Mysql 5.7 (Windows) root開啟遠端連線 如需轉載請標明出處:http://blog.csdn.net/itas109 QQ技術交流群:129518033 目錄 文章目錄 Mysql 5.7 (Windows) roo

SQL Server2014資料庫開啟遠端連線

用到的工具:sql server 2014+ windows Server 2008R 第一步就是把sql server 安裝好,這裡就不再說了直接跳過這一步。 第二步:開啟SQL Server 2014 Management Studio 用sa登入。  

[Linux][雲伺服器的遠端連線][SSH伺服器拒絕了密碼解決辦法]

目錄 SSH伺服器拒絕了密碼 阿里雲Linux伺服器的網頁登陸 博主最近打算學習一下Linux,於是在阿里雲購買了Linux的伺服器,但是在利用Xshell軟體連線Linux的時候卻出現了問題,在網上查找了

aws linux伺服器,ubuntu遠端連線MySQL,ERROR 2003 (HY000): Can't connect to MySQL server on

1.如果使用aws伺服器,進入aws控制檯,找到執行例項的安全組,編輯入站安全組,新增規則。選擇規則MYSQL/Aurora,埠設定為3306,儲存 2.取消繫結地址,允許來自外網的訪問。編輯/etc/mysql/mysql.conf.d/mysqld.cnf 找到bind-addres

MySQL開啟遠端連線

1.登入到mysql:  mysql -uroot -ppwd 2.檢視user表:  mysql> use mysql Database changed mysql> select host,user,password from user; +-----

centos7安裝mongodb,並開啟遠端連線

centos7安裝mongodb,並開啟遠端連線 1.下載mongodb,當然是去官網下載安裝包了 2.上傳到伺服器,我這裡用的是阿里雲的遠端伺服器,並解壓 [[email protected] ~]# tar -zxf mongodb-linux-x86_6

SQL SERVER 2008/2012/2012R2/2014 設定開啟遠端連線(sa配置) SQL SERVER 2008/2012/2012R2/2014 設定開啟遠端連線(sa配置)

SQL SERVER 2008/2012/2012R2/2014 設定開啟遠端連線(sa配置) 本文方案適用於Microsoft Sql Server 2008/2012/2012 r2/2014版本,以下簡稱MSSQLSERVER。 MSSQL預設是不允許遠端連線,並且禁用sa賬戶的。

mysql 5.7開啟遠端連線

windows系統上mysql 5.7開啟遠端連線 2018年03月28日 11:36:18 鄱湖雲波少 閱讀數:1858 1、首先到mysql5.7的安裝目錄下,進入bin目錄,然後按住shift滑鼠右鍵,選擇在此處開啟命令視窗 2、登入mysql,輸入mysql  -uro

Linux遠端連線——SSH服務

遠端連線 1、Telnet 埠: 23 明文,不加密,不安全 2、SSH 埠:22 安全 非對稱加密和對稱加密結合 非對稱加密 secret key 私鑰 伺服器端 public key 公鑰 客戶端 認證過程 Linux:openssh c/s架構 伺服器端: sshd服務