Home [Linux] pssh - 여러 서버 동시 접속
Post
Cancel

[Linux] pssh - 여러 서버 동시 접속

pssh

CentOS7 pssh 설치

1
2
3
yum update
yum -y install epel-release
yum --enablerepo=epel -y install pssh
  • EPEL(Extra Packages for Enterprise Linux) Repostory 소프트웨어의 설치 패키지에 쉽게 엑세스할 수 있는 추가 패키지 저장소 RHEL, CentOS, 사이언티픽 리눅스, 오라클 리눅스에서 사용할 수 있음

사용방법

  1. ssh 공개키 공유( 환경 구축 1 참고)
  2. host 파일 생성
  3. 연결확인 pssh -i -h ~/.pssh_host_files date pssh 결과


옵션

  • i : 결과 출력
  • h : 호스트 파일 입력
  • l : 유저 이름
This post is licensed under CC BY 4.0 by the author.