どのようにリモート接続Xshell6下Windows10 Ubuntu14.04

動作環境:

Windows10 64魏

Ubuntu14.04 32ビット

(32/64よい)のUbuntuでvmvareにインストール

Xshell6ソフトウェア

操作手順

  1. Xshellはwindow10にインストールされています。

  2. Ubuntuのインストールopenssh-serverリモートSSHプロトコルを介しXshellとUbuntu。

    sudo apt-get install openssh-server

    以下、通常の外観:

    benjie@ubuntu:~$ sudoapt-get install openssh-server
    Reading package lists... Done
    Building dependencytree       
    Reading state information... Done
    Some packages could not be installed. This may mean thatyou have
    requested an impossiblesituation or if you are using the unstable
    distribution that somerequired packages have not yet been created
    or been moved out of Incoming.
    The following informationmay help to resolve the situation:
    The following packageshave unmet dependencies:
      openssh-server : Depends: openssh-client (= 1:6.6p1-2ubuntu1) but 1:6.6p1-2ubuntu2.7 is to beinstalled
                                        Recommends: ncurses-term but it is not going to beinstalled
                                        Recommends: ssh-import-id but it is not going to beinstalled
    E: Unable to correct problems, youhave held broken packages.

    openssh-クライアントがそれではないとのopenssh-サーバがのopenssh-クライアントに依存しているためつまり、Ubuntuは来ますか?組み込みのバージョンのopenssh-クライアントのopenssh-クライアントは異なる依存するため必要があるので
    、次のコマンドを実行します:

    sudo apt-get install openssh-client=1:6.6p1-2ubuntu1

    そして、コマンドを実行します。sudo apt-get install openssh-server

    インストールが完了したらできるps -e|grep sshのopenssh-サーバーのインストールが成功した図です。

接続を確立Xshell

  1. UbuntuのIPを取得します。

  2. 新しい接続;

  3. 開いているウィンドウ内の情報を入力します。

  4. Ubuntuのログインアカウントとパスワードを入力し、「ユーザー認証」を選択します。

  5. SSHのセキュリティ警告、受け入れ、保管、(スクリーンショットを忘れてしまいました)

  6. xshellを使用するプレザント

おすすめ

転載: www.cnblogs.com/benjieqiang/p/11404165.html