Skip to main content
added 669 characters in body
Source Link
diyism
  • 237
  • 2
  • 6
$ssh -D 8081 localhost >>log1.txt 2>&1 & ----wait for 3 days $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 malcolm-desktop $ssh localhost Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686)   ----after restart ssh -D 8081 localhost $ lsof -p 1184 | grep TCP ssh 1184 root 3u IPv4 2332193 0t0 TCP localhost:37742->localhost:ssh (ESTABLISHED) ssh 1184 root 4u IPv6 2332197 0t0 TCP ip6-localhost:tproxy (LISTEN) ssh 1184 root 5u IPv4 2332198 0t0 TCP localhost:tproxy (LISTEN) ssh 1184 root 6u IPv4 2332215 0t0 TCP localhost:tproxy->localhost:60136 (ESTABLISHED) ssh 1184 root 7u IPv4 2336142 0t0 TCP localhost:tproxy->localhost:32928 (CLOSE_WAIT) ssh 1184 root 8u IPv4 2336062 0t0 TCP localhost:tproxy->localhost:32880 (CLOSE_WAIT) 
$ssh -D 8081 localhost >>log1.txt 2>&1 & ----wait for 3 days $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 malcolm-desktop $ssh localhost Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686) 
$ssh -D 8081 localhost >>log1.txt 2>&1 & ----wait for 3 days $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 malcolm-desktop $ssh localhost Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686)   ----after restart ssh -D 8081 localhost $ lsof -p 1184 | grep TCP ssh 1184 root 3u IPv4 2332193 0t0 TCP localhost:37742->localhost:ssh (ESTABLISHED) ssh 1184 root 4u IPv6 2332197 0t0 TCP ip6-localhost:tproxy (LISTEN) ssh 1184 root 5u IPv4 2332198 0t0 TCP localhost:tproxy (LISTEN) ssh 1184 root 6u IPv4 2332215 0t0 TCP localhost:tproxy->localhost:60136 (ESTABLISHED) ssh 1184 root 7u IPv4 2336142 0t0 TCP localhost:tproxy->localhost:32928 (CLOSE_WAIT) ssh 1184 root 8u IPv4 2336062 0t0 TCP localhost:tproxy->localhost:32880 (CLOSE_WAIT) 
added 80 characters in body
Source Link
diyism
  • 237
  • 2
  • 6

My case:

$ssh -D 8081 localhost >>log1.txt 2>&1 & ----wait for 3 days $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 malcolm-desktop $ssh localhost Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686) 

My case:

$ssh -D 8081 localhost >>log1.txt 2>&1 & ----wait for 3 days $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 $ssh localhost Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686) 

My case:

$ssh -D 8081 localhost >>log1.txt 2>&1 & ----wait for 3 days $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 malcolm-desktop $ssh localhost Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686) 
added 124 characters in body
Source Link
diyism
  • 237
  • 2
  • 6

My case:

$ssh -D 8081 localhost >>log1.txt 2>&1 & ----wait for 3 days $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 $ssh localhost Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686) 

My case:

$ssh -D 8081 localhost >>log1.txt 2>&1 & $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 

My case:

$ssh -D 8081 localhost >>log1.txt 2>&1 & ----wait for 3 days $tail -f log1.txt channel 963: open failed: connect failed: Connection refused channel 963: open failed: connect failed: Connection refused channel 971: open failed: connect failed: Connection reset by peer channel 982: open failed: connect failed: Connection timed out channel 979: open failed: connect failed: Connection timed out channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed accept: Too many open files channel 1019: open failed: administratively prohibited: open failed $ps axu | grep 8081 root 404 0.0 0.0 4244 592 pts/1 S+ 05:44 0:00 grep --color=auto 8081 root 807 0.3 0.6 8596 6192 ? S Mar17 76:44 ssh -D 8081 localhost $lsof -p 807 | grep TCP ssh 807 root 1013u sock 0,8 0t0 2076902 protocol: TCP ssh 807 root 1014u sock 0,8 0t0 2078751 protocol: TCP ssh 807 root 1015u sock 0,8 0t0 2076894 protocol: TCP ..... $lsof -p 807 | wc -l 1047 $ssh localhost Welcome to Ubuntu 14.04.2 LTS (GNU/Linux 3.13.0-53-generic i686) 
Source Link
diyism
  • 237
  • 2
  • 6
Loading