MicroFocusInternationalWiki talk:About
I need help..
I’m setting up SFTP on Netware server 6.5
I have installed OpenSSh and made changes to sshd_config. I log in fine but I can’t change directory. Also when I use ls command it kick me out off my home directory.
here is the sshd_config file
- $OpenBSD: sshd_config,v 1.56 2002/06/20 23:37:12 markus Exp $
- NWConfVersion = 17
- This is the sshd server system-wide configuration file. See
- sshd_config(5) for more information.
- This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
- The strategy used for options in the default sshd_config shipped with
- OpenSSH is to specify options with their default value where
- possible, but leave them commented. Uncommented options change a
- default value.
Port 22 Protocol 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_rsa_key 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
LogLevel Debug3 LogPath sys:/etc/ssh/logs LogMaxRotateFiles 7 LogMaxFileSize 4 LogRotationInterval 24
- Authentication:
LoginGraceTime 600
- PermitRootLogin yes
- StrictModes yes
RSAAuthentication yes PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys
- Change to yes if you don't trust /etc/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 s/key passwords
ChallengeResponseAuthentication yes
ClientAliveInterval 10 ClientAliveCountMax 6 KeepAlive yes Compression yes
- no default banner path
- Banner /some/path
VerifyReverseMapping no
- override default of no subsystems
Subsystem sftp SYS:/SYSTEM/sftp-svr.nlm
- eDir (Novell Directory Services) specific options
- eDirNameContext O=(context)
eDirNameContext O=admin?scope=subtree eDirNameContext OU=Admin.o=banner?subtree
license not mentioned in 'About CoolSolutions Wiki'
The About page should point to the license. When Editing a Page (I cannot edit the about page...) the footer says:
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see CoolSolutionsWiki:Copyrights for details).
But the page CoolSolutionsWiki:Copyrights does not exist.