1
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からcolorfulboxのレンタルサーバーにssh接続した手順

Last updated at Posted at 2020-07-15

#レンタルサーバー側の準備

参考サイト
https://help.colorfulbox.jp/manual/ssh-use/

管理画面からSSHアクセスをクリック
SSHキーの管理
新しいキーの生成

公開キーをAuthorize

#怒られるのでパーミッション変更

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@         WARNING: UNPROTECTED PRIVATE KEY FILE!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

$ chmod 0600 id_rsa

#ターミナルでアクセス

ssh [ユーザー名]@サーバー名 -p 22 -i [id_rsaのパス]

これで接続OK

1
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
1
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?