sudo apt-get install openssh-server
1) 각 컴의 Terminal에서 "ifconfig"를 쳐서 각 컴의 ip address를 확인한다.
2) 한쪽 컴의 File manager를 열고, Go → Connect to Server 선택
Popup window에서 아래 항목 설정
Type: SSH
Host: 상대 컴의 ip address
Path: /home/login_ID/
3) Warning window에서 "Log in Anyway" 선택
4) PW window에서 상대 컴 로그인 암호 입력
2 comments:
Lubuntu를 새로 설치하는 경우 OpenSSH-Client는 자동으로 설치가 되는데
OpenSSH-Server와 OpenSSH-sftp-Server는 수동으로 설치해야 File Sharing이 가능해 진다.
Post a Comment