Last active
August 7, 2024 03:37
-
-
Save dongkwan-kim/15694c5db934755af752b498a555ebf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt install -y build-essential zlib1g-dev libssl-dev | |
wget https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.8p1.tar.gz | |
tar -xvf openssh-9.8p1.tar.gz | |
cd openssh-9.8p1 | |
./configure | |
make | |
sudo make install | |
# 안되면 docker stop and re run | |
sudo systemctl restart ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment