0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Mac / VirtualBox(CentOS)からssh接続をする

Last updated at Posted at 2020-08-27

1. VirtualBox設定

  • [ファイル]→[ホストネットワークマネージャー]をクリック
    スクリーンショット 2020-08-23 1.52.51.png
  • 作成ボタンをクリックすると192.168.56.1が作られる
  • DHCPサーバーにチェックを入れて、閉じる
  • 他の設定にしたい場合はプロパティで変更する
    スクリーンショット 2020-08-23 1.57.25.png
  • ssh接続したいCentOSを選択し、設定ボタンを押す
    スクリーンショット 2020-08-23 1.48.18.png
  • ネットワークを選択

<アダプター1設定>
ネットワークアダプターを有効化にチェックを入れる
割り当て:NAT
スクリーンショット 2020-08-23 2.00.10.png
<アダプター2設定>
ネットワークアダプターを有効化にチェックを入れる
割り当て:ホストオンリーアダプター
名前  :vboxnet0(ホストネットワークマネージャーで作ったものを選択)
スクリーンショット 2020-08-23 2.02.42.png

OKを押して、画面を閉じる

2. CentOSの設定

  • CentOSを起動
    スクリーンショット 2020-08-23 2.05.53.png

  • rootユーザーでログインし、nmtuiコマンドを実行
    スクリーンショット 2020-08-23 1.35.10.png

  • 「Edit a connecction」を選択

  • 下ボタンでenp0s3を選択し、右ボタンを押し<Edit...>を選択してEnter
    スクリーンショット 2020-08-23 2.07.58.png

  • Edit Connectionで以下の設定をして、OKで閉じる

  • IPv6 CONFIGURATIONをAutomaticからIgnoreに変更

  • Automatically connectにスペースを押してチェックをつける
    スクリーンショット 2020-08-23 1.44.17.png

  • 一覧に戻るので、今度は文字化けしている方を選択し、右ボタンを<Edit...>を選択してEnter

  • Edit Connectionで以下の設定をして、OKで閉じる

  • Profile nameをenp0s8に変更

  • IPv4 CONFIGURATIONをAutmaticからManualに変更

  • IPv4の<show>までカーソルを持っていき、Enter

  • Addressesに192.168.56.11/24を追加

  • IPv6 CONFIGURATIONをAutomaticからIgnoreに変更

  • Automatically connectにスペースを押してチェックをつける
    スクリーンショット 2020-08-23 2.22.54.png

  • 一覧に戻ったら、Backまでカーソルを持っていきEnter
    スクリーンショット 2020-08-23 2.18.04.png

  • NetworkManager TUIに戻ったら、Quitを選択しEnter

  • ネットワークを再起動

# systemctl restart NetworkManager
# systemctl restart network

3. Macのターミナルからssh接続

  • 接続
# ssh root@192.168.56.11

何か求められた場合は、yesと打ち込む

以上、ssh接続の設定は終了

4. 参考

https://qiita.com/ryubb_SU/items/782fd6a0614d9855e3b4
https://qiita.com/ebkn/items/751ed657629ba8d4ab0a

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?