📜  创建的 ssh 端口转发列表 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:46.486000             🧑  作者: Mango

代码示例2
% sudo lsof -i -n | egrep '\'
ssh  19749  user  3u  IPv4 148088244   TCP x.x.x.x:39689->y.y.y.y:22 (ESTABLISHED)
ssh  19749  user  4u  IPv6 148088282   TCP [::1]:9090 (LISTEN)
ssh  19749  user  5u  IPv4 148088283   TCP 127.0.0.1:9090 (LISTEN)