LoginSignup
0
0

More than 5 years have passed since last update.

clonezilla でsshd起動しrootでログイン

Posted at

download

スクリーンショット_2016-12-07_07-53-41.png

スクリーンショット_2016-12-07_07-54-19.png

起動

ocs-01-b-bootmenu.png

IP取得
dhclient eth0
/etc/ssh/sshd_config
- PermitRootLogin prohibit-password
+ PermitRootLogin yes
rootアカウントのパスワード設定
passwd
sshd起動
service ssh start
ipaddress確認
ip a s | grep glo

sshでrootログイン

ssh root@IPアドレス
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