Thread: OpenSSH Seems To Not Work Properly
i relatively new ubuntu. installed ubuntu server 12.04 , having openssh problems. reset port number in ssh_config file. when putty laptop server must use port 22. here ssh_config file changed.
# ssh client system-wide configuration file. see
# ssh_config(5) more information. file provides defaults for
# users, , values can changed in per-user configuration files
# or on command line.
# configuration data parsed follows:
# 1. command line options
# 2. user-specific file
# 3. system-wide file
# configuration value changed first time set.
# thus, host-specific definitions should @ beginning of the
# configuration file, , defaults @ end.
# site-wide defaults commonly used options. comprehensive
# list of available options, meanings , defaults, please see the
# ssh_config(5) man page.
host *
# forwardagent no
# forwardx11 no
# forwardx11trusted yes
# rhostsrsaauthentication no
# rsaauthentication yes
passwordauthentication yes
# hostbasedauthentication no
# gssapiauthentication no
# gssapidelegatecredentials no
# gssapikeyexchange no
# gssapitrustdns no
# batchmode no
# checkhostip yes
# addressfamily any
# connecttimeout 0
# stricthostkeychecking ask
# identityfile ~/.ssh/identity
# identityfile ~/.ssh/id_rsa
# identityfile ~/.ssh/id_dsa
port 222
# protocol 2,1
# cipher 3des
# ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3$
# macs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
# escapechar ~
# tunnel no
# tunneldevice any:any
# permitlocalcommand no
# visualhostkey no
# proxycommand ssh -q -w %h:%p gateway.example.com
sendenv lang lc_*
hashknownhosts yes
gssapiauthentication yes
gssapidelegatecredentials no
# banner /etc/issue.net
sure seems me there should more uncommented lines in file. using ubuntuserverguide.pdf reference. obtained file ubuntu 12.04 web site.
appreciated.
did restart server after changing port?
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] OpenSSH Seems To Not Work Properly
Ubuntu
Comments
Post a Comment