1474

SSH

O problema ! - am in sala mea 2 PC-uri FreeBSD pe un LAN. restul PC-urilor sunt MustDie 2000. Configurez sshd-ul si ssh_config pentru client. De pe mazdai ma loginez cu putty pe FreeBSD, normal, fara probleme dar de pe un pc FreeBSD pe celalalt FreeBSD nu pot nici decum - time out. Fac ping de pe mazdai la FreeBSD - este , de la FreeBSD la mazdai - tot este reply, dar de la FreeBSD la FreeBSD - host down(in hosts este matchingul de IP si hostname - IP host.usm.md. Uite continutul la ssh_config (clientul) :# Site-wide defaults for various options Host *# ForwardAgent no# ForwardX11 no# RhostsAuthentication no# Site-wide defaults for various options Host *# ForwardAgent no# ForwardX11 no# RhostsAuthentication no# RhostsRSAAuthentication no# RhostsRSAAuthentication no# RSAAuthentication yes PasswordAuthentication yes# BatchMode no# CheckHostIP no# 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# EscapeChar ~# VersionAddendum FreeBSD-20020629si config file-ul de la sshd sshd_config :Port 22Protocol 2,1#ListenAddress 0.0.0.0#ListenAddress ::# HostKey for protocol version 1#HostKey /etc/ssh/ssh_host_key# HostKeys for protocol version 2#HostKey /etc/ssh/ssh_host_dsa_key# Lifetime and size of ephemeral version 1 server key#KeyRegenerationInterval 3600#ServerKeyBits 768# Logging#obsoletes QuietMode and FascistLogging#SyslogFacility AUTH#LogLevel INFO# Authentication:#LoginGraceTime 120PermitRootLogin yes #am permis la root - oricum pe LAN sed.#StrictModes yes#RSAAuthentication yes#PubkeyAuthentication yes#AuthorizedKeysFile .ssh/authorized_keys# rhosts authentication should not be used#RhostsAuthentication no# Don't read the user's ~/.rhosts and ~/.shosts files#IgnoreRhosts yes# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts#RhostsRSAAuthentication no# similar for protocol version 2#HostbasedAuthentication no# Change to yes if you don't trust ~/.ssh/known_hosts for# RhostsRSAAuthentication and HostbasedAuthentication#IgnoreUserKnownHosts no# To disable tunneled clear text passwords, change to no here!#PasswordAuthentication yes#PermitEmptyPasswords no# Change to no to disable PAM authentication#ChallengeResponseAuthentication yes# Kerberos options#KerberosAuthentication no#KerberosOrLocalPasswd yes#KerberosTicketCleanup yes#AFSTokenPassing no# Kerberos TGT Passing only works with the AFS kaserver#KerberosTgtPassing no#X11Forwarding yes#X11DisplayOffset 10#X11UseLocalhost yes#PrintMotd yes#PrintLastLog yes#KeepAlive yes#UseLogin no#UsePrivilegeSeparation no#Compression yes#MaxStartups 10# no default banner path#Banner /some/path#VerifyReverseMapping no# override default of no subsystemsSubsystem sftp /usr/libexec/sftp-serverCe poate sa fie aici? IOS, can you help me with this? Or other guys... Despre OpenSSH nu am citiit mai mult decit Handbook si man-uri. Dar cu ping-ul ce poate sa fie? Deny la ICMP? IPFW nu are asa entry la mine momentan.
0