Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコマンドを入力する必要があります。と書いてありますbashが、私の端末はzshです。どう書き直せばいいですか?
bash
zsh
ssh username@rserver.com -L 127.0.0.1:8888:*:11111
これらは への単なる引数であり、具体的なsshものではありませんbash。ただし、おそらくグロブをエスケープしたいと思うでしょう(ただし、それは同様に当てはまりbashます)。
ssh
ssh username@rserver.com -L 127.0.0.1:8888:\*:11111