반응형
■ FTP
sudo apt-get install vsftpd
netstat -tnlp
vi /etc/ftpusers
- root 계정을 주석 처리하면 FTP 접속시 루트로 접속할 수 있다.
연결 성공
■ SFTP
https://sweetpotato-man.tistory.com/44
[Linux] SSH 접속하기
리눅스 서버를 설치한 후 원격 접속 프로그램을 위해서 접속하기 위한 세팅 1. openssh-server 를 설치한다. 명령어 : sudo apt install openssh-server 2. 서비스를 실행한다. 명령어 : service start sshd / systemctl st
sweetpotato-man.tistory.com
반응형
'Server' 카테고리의 다른 글
[VM] Rocky Linux 8.9 초기 설정 (0) | 2024.11.20 |
---|---|
[ClientIP] 사용자 IP 추출하기(request.getRemoteAddr()) (0) | 2024.06.25 |
[Linux] 특수 명령어(setuid,setgid,sticky bit) (0) | 2024.04.01 |
[OS] Linux OS (0) | 2024.03.08 |
[Server] "prohibited command." command ERROR (0) | 2024.01.16 |