# iPad 사용 중 관련 내용
# Blink Shell, Mosh
- Blink Shell (opens new window)
- Mosh (opens new window)
- Blink Shell 에서 Mosh 를 이용하여 ssh 연결을 할 때 필요한 설정
- 서버에 mosh 패키지 설치
$ sudo dnf install mosh
1- firewall 규칙 설정
# ssh 포트는 이미 열려있다고 가정한 상태 $ firewall-cmd --permanent --add-port=60000-61000/udp
1
2