Re: 新手提問 - BBS

Emily avatar
By Emily
at 2006-08-19T20:00

Table of Contents

※ 引述《doomleika (掉到馬桶的C++ Primer)》之銘言:
: ※ 引述《Isiah (栗子)》之銘言:
: : 我現在可以利用putty 連線到一台 FreeBSD的主機
: : 但是我想用 譬如說像是 cuteFTP 的sFTP功能連線過去
: : 卻一直跟我說 timeout occurred 然後就一直連線失敗
: : can't connect to xxx.xxx.xx.xx:22. Socket error = #-1.
: : 請問一下這大概會是什麼地方出問題呢??
: : 感謝!
: 也許是/etc/ssh/sshd_conf設定有問題?

# $OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $
# $FreeBSD: src/crypto/openssh/ssh_config,v 1.25 2004/04/20 09:37:28
des Exp $

# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
# 1. command line options
# 2. user-specific file
# 3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for various options

# Host *
# ForwardAgent no
# ForwardX11 no
# RhostsRSAAuthentication no
# RSAAuthentication yes
# PasswordAuthentication yes
# HostbasedAuthentication no
# BatchMode no
# CheckHostIP no
# AddressFamily any
# ConnectTimeout 0
# StrictHostKeyChecking ask
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_rsa
# IdentityFile ~/.ssh/id_dsa
# Port 22
# Protocol 2,1
# Cipher 3des
# Ciphers
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
# EscapeChar ~
# VersionAddendum FreeBSD-20040419



內容如上 不知是哪裡的設定呢?

--
Tags: BBS

All Comments

有關這個訊息可以麻煩解釋一下嗎

Delia avatar
By Delia
at 2006-08-19T17:00
system本身來預設有兩個程式幫你開服務:inetd或是內建程式。 inted(這個and#39;dand#39;指的應該是deamon,就是背景程式,許多背後加and#39;dand#39;的程式名八成是指背景 執行的程式)是內建的and#39;super serverand#39;(不過為甚麼這麼叫 ...

有關這個訊息可以麻煩解釋一下嗎

Skylar Davis avatar
By Skylar Davis
at 2006-08-19T12:29
※ 引述《wwll (踹E特)》之銘言: : 謝謝回答 : 一開始他預設是這樣 : 可是我當時要用putty連 : 想說把他前面的#給消掉 : putty不是用ssh連的嗎,我當所學到的是把tcp取消而已 : 對於這部分,可講解一下嗎? : 謝謝 因為預設 /etc/rc.d/sshd 會跑起來,然後你又把 ...

有關這個訊息可以麻煩解釋一下嗎

Agnes avatar
By Agnes
at 2006-08-19T11:43
※ 引述《blockk (遊客)》之銘言: : 關閉inetd : /etc/rc.d/inetd stop : vi /etc/inetd.conf : mark這兩行 : #ssh stream tcp nowait root /usr/sbin/sshd ss ...

有關這個訊息可以麻煩解釋一下嗎

Elma avatar
By Elma
at 2006-08-19T01:26
※ 引述《wwll (踹E特)》之銘言: : 剛碰這套系統沒多久,若問的問題太無聊 : 請多多包涵 : 最近剛更新完ports : 也就開始往前一步邁進了 : 突然發現我的畫面都會出現一個訊息 : ---------------------------------- : aug 18 22:45:54 XXX ...

有關這個訊息可以麻煩解釋一下嗎

Zora avatar
By Zora
at 2006-08-19T00:34
我想你可以開sockstat netstat看一下你的port,應該是你開了甚麼服務佔到 sshd監聽的位置去了(設定在/etc/ssh/sshd_conf的前幾行有個Port把#拿掉就可以了)。 沒記錯的話,sshd的login fail應該是長成這樣子 錯的username Aug 2 13:06: ...