"Connect to address 10.20.30.40 port 5060: Connection timed out"의 두 판 사이의 차이

 
1번째 줄: 1번째 줄:
==개요==
==개요== {{소문자}} ;<nowiki>connect to address 10.20.30.40 port 5060: Connection timed out</nowiki> ;<nowiki>debug1: connect to address 172.20.30.40 port 22: Connection timed out</nowiki> ==윈도우 ssh== <syntaxhighlight lang='console'> PS C:\Users\testuser> ssh -v root@ubuntu1 OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 debug1: Reading configuration data C:\\Users\\testuser/.ssh/config debug1: C:\\Users\\testuser/.ssh/config line 10: Applying options for ubuntu1 debug1: Connecting to ubuntu1 [172.20.30.40] port 22. debug1: connect to address 172.20.30.40 port 22: Connection timed out ssh: connect to host ubuntu1 port 22: Connection timed out </syntaxhighlight> ==같이 보기== * [[Connection timed out]] [[분류: 네트워크]]
{{소문자}}
;<nowiki>connect to address 10.20.30.40 port 5060: Connection timed out</nowiki>
;<nowiki>debug1: connect to address 172.20.30.40 port 22: Connection timed out</nowiki>
 
==윈도우 ssh==
<syntaxhighlight lang='console'>
PS C:\Users\testuser> ssh -v root@ubuntu1
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
debug1: Reading configuration data C:\\Users\\testuser/.ssh/config
debug1: C:\\Users\\testuser/.ssh/config line 10: Applying options for ubuntu1
debug1: Connecting to ubuntu1 [172.20.30.40] port 22.
debug1: connect to address 172.20.30.40 port 22: Connection timed out
ssh: connect to host ubuntu1 port 22: Connection timed out
</syntaxhighlight>
 
==같이 보기==
* [[Connection timed out]]
 
[[분류: 네트워크]]

2024년 5월 6일 (월) 17:01 기준 최신판

==개요== ;connect to address 10.20.30.40 port 5060: Connection timed out ;debug1: connect to address 172.20.30.40 port 22: Connection timed out ==윈도우 ssh==

 PS C:\Users\testuser> ssh -v root@ubuntu1 OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 debug1: Reading configuration data C:\\Users\\testuser/.ssh/config debug1: C:\\Users\\testuser/.ssh/config line 10: Applying options for ubuntu1 debug1: Connecting to ubuntu1 [172.20.30.40] port 22. debug1: connect to address 172.20.30.40 port 22: Connection timed out ssh: connect to host ubuntu1 port 22: Connection timed out

==같이 보기== * Connection timed out

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}