![]()
From: Bulent OZKAN (bulent_ozkan@ktg.com.tr)
Date: Mon 09 Aug 2004 - 19:35:30 EEST
Merhaba
Arkadaşlar telnet kurmaktan tafsiyeleriniz,den dolayi vaz gectim birileri
birşeyşer soyluyorsa bir bildikleri vardır -:)
ssh kurmaya karar verdim ancak ssh_config default olarak ayarlar # lerle
kapatılmış.
Benim standart ayarlar olarak hangilerine deger atamam lazim veya # acmam
gerekiyor.
Bir is yapalim derken acik da vermeyelim diye soruyorum.
iyi calismalar
ssh_config
# 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
# RhostsAuthentication no
# RhostsRSAAuthentication no
# RSAAuthentication yes
# PasswordAuthentication yes
# HostbasedAuthentication no
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking ask
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_rsa
# IdentityFile ~/.ssh/id_dsa
# Port 22
# Protocol 2,1
# Cipher 3des
#Ciphersaes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes
256-cbc
# EscapeChar ~
Host *
ForwardX11 yes
Protocol 2,1
StrictHostKeyChecking no
![]()