Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- STF
- mysql
- ubuntu
- sshpass
- postgres
- 28015
- create table
- SWIFT
- insert
- rethinkdb
- ssh
- centos
- nGrinder
- postgresql
- nohup
- GoCD
- Materials
- STF_PortForwarding
- kitura
- PYTHON
- nmap
- perfect
- Jupyter
- port forwarding
- openpyxl
- ftp
- 실행권한
- appium
- Jupyter Notebook
- appium server
Archives
- Today
- Total
목록netstat (1)
don't stop believing
[Ubuntu] ssh 접속
Ubuntu를 설치하고 나면 원격으로 접속할 수 있게 ssh 연결 설정을 해야 한다.ssh server를 설치하면 되는데 우선 Ubuntu에 설치되어 있는 패키지 목록을 확인해보자. 설치된 패키지 목록 확인은 dpkg -l로 확인할 수 있다. $ dpkg -l 너무 많은 목록이 나오기 때문에 ssh 관련 목록만 확인해 보자. $ dpkg -l | grep ssh ii libssh-4:amd64 0.6.3-4.3 amd64 tiny C SSH library (OpenSSL flavor) ii openssh-client 1:7.2p2-4ubuntu2.2 amd64 secure shell (SSH) client, for secure access to remote machines ii openssh-server..
Linux/Basic
2017. 8. 30. 16:10