728x90
์ค๋๋ง์ WSL์ systemd ์ฌ์ฉ์ด ๊ฐ๋ฅํ๋ค๊ณ ํด ์ ๋ฐ์ดํธ ํ๋๋ ssh ์ค์ ์ด ๊ผฌ์ฌ๋ฒ๋ ธ๋ค. ๊ธฐ์กด์ ์ฌ์ฉํ๋ Port๊ฐ ๋ฌธ์ ์ธ์ง ํ์ธํด๋ณด๋ ssh ์ ์์ Password, Key๋ก๋ง ์ ์์ด ๊ฐ๋ฅํ๊ฒ ๋์ด ์์๋ค.
https://learn.microsoft.com/ko-kr/windows/wsl/systemd
Sol)
1) authorized_keys์ ๋ก์ปฌ ์๋ฒ ์ ์ ์ ๋ณด๊ฐ ๋ฑ๋ก๋์ด ์๋์ง ํ์ธํด๋ณธ๋ค.
ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
2) vi ~/.ssh/config๊ฐ ์์ ์์ ์ ์ ๊ถํ ์ค์ ์ ์ถ๊ฐํ๋ค.
BatchMode yes
CheckHostIP no
StrictHostKeyChecking no
PubkeyAuthentication yes
PasswordAuthentication no
ForwardX11 yes
๋ฐ์ํ
'๐ข๏ธ Database' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[airflow] airflow-init-1 exited (0) | 2023.11.26 |
---|---|
[Hadoop] Namenode Error (localhost: ERROR: Cannot set priority of datanode process ) (0) | 2023.11.12 |
[SQL]Window ํจ์ First_value/Last_value ํ์ฉํ๊ธฐ (0) | 2023.08.26 |
[SQL] LEFT, REPLACE, SUBSTRING (0) | 2023.08.21 |
[SQL] LIKE (0) | 2023.08.20 |