버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

코드 블럭
linenumberstrue
# vi /etc/ssh/sshd_config
Port 2222

# vi /etc/passwd
root:x:0:0:root:/root:/bin/bash

# mkdir -p /root/.ssh
# chmod 700 /root/.ssh
# touch /root/.ssh/authorized_keys
# chmod 600 /root/.ssh/authorized_keys
# vi /root/.ssh/authorized_keys
Add your ssh pubkey

# systemctl enable --now ssh

qemu-guest-agent

코드 블럭
# apt update
# apt install qemu-guest-agent