Skip to content

Instantly share code, notes, and snippets.

@dongkwan-kim
Last active August 7, 2024 03:37
Show Gist options
  • Save dongkwan-kim/15694c5db934755af752b498a555ebf5 to your computer and use it in GitHub Desktop.
Save dongkwan-kim/15694c5db934755af752b498a555ebf5 to your computer and use it in GitHub Desktop.
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