Tiny Lab
  • Baekjoon
  • Proxmox
  • Algorithm
Sign in Subscribe

ubuntu

A collection of 2 posts
SSH
linux

SSH로 원격접속하기 A to Z (Key, Config)

SSH(Secured Shell)는 네트워크를 통해 원격으로 쉘에 접속하기 위한 툴 입니다. Password 방식 부터 Private Key / Public Key로 Password 없이 사용하는 방법 그리고 config 파일 생성까지 알아보겠습니다. OpenSSH 설치 OpenSSH는 가장 널리 사용되는 SSH패키지 입니다. 접속하고자 하는 Server와 사용중인 Client 모두 설치해야 합니다. 패키지 설치부터 해보겠습니다. 윈도우 대부분 윈도우에서
14 Jun 2025 5 min read
docker image
docker

Docker, Docker-compose 설치

Docker 설치 1. 패키지 업데이트 sudo apt update 2. 의존성 패키지 설치 sudo apt install apt-transport-https ca-certificates curl software-properties-common 3. Docker 공식 GPG키 등록 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 4. Docker 공식 레포지토리 등록 sudo add-apt-repository "deb [arch=amd64] https://download.
30 Apr 2025 1 min read
Page 1 of 1
Tiny Lab © 2025
Powered by Ghost