2
ProxyCommand sử dụng cho nhiều bước nhảy và xác thực nhanh chóng
Làm thế nào tôi có thể viết lại lệnh sau với ProxyCommand? ssh -l username1 -t jumphost1 \ ssh -l username2 -t jumphost2 \ ssh -l username3 -t jumphost3 \ ssh -l username4 server Điều này không làm việc ssh -o ProxyCommand="\ ssh -l username1 -t jumphost1 \ ssh -l …
17
ssh