본문 바로가기

갱스

검색하기
갱스
프로필사진 pknam

  • 분류 전체보기 (13)
    • Windows (2)
    • Python (3)
    • Network (1)
    • Linux (1)
    • Computer Vision (3)
    • Economics (1)
    • 생각 (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2026/02   »
일 월 화 수 목 금 토
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
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Linux (1)

갱스

ssh host setting

$ ssh [user]@[hostname] -p [port] 매 번 ssh 접속을 할 때마다 위 명령어를 치는 건 너무 귀찮다 자주 접속하는 서버/계정은 아래와 같이 설정해두자 ~/.ssh/config 파일을 생성하고 다음과 같이 입력한다 Host host1 HostName host_name1 Port port_number1 User root Host host2 HostName host_name2 Port port_number2 User root 이젠 이렇게 접속할 수 있다 $ ssh host1

Linux 2015. 3. 21. 19:48
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바