Articles

Spell check – How to ignore spelling and grammar for certain text styles in Word 2007

Is there a way to ignore spelling and grammar for certain text styles in Word 2007? Some of the stuff I’m writing is pre-formatted text that looks like this and usually has stuff like if (str.length() != 3) which will give me the squiggly lines on misspelled words like the str in there. Solution: Quick

Spell check – How to ignore spelling and grammar for certain text styles in Word 2007 Read More »

Ssh – How do I restrict users to sftp in openssh on Windows Server?

I am working with OpenSSH downloaded from https://github.com/PowerShell/Win32-OpenSSH/releases. My goal here is to setup an ssh server that allows sftp files transfer without ssh access. According to the official documentation provided by OpenSSH, this should be supported on Windows since version 7.7. was released and the restriction should be set up in sshd_config and I

Ssh – How do I restrict users to sftp in openssh on Windows Server? Read More »

SSH asks for password, even with public key installed

  Possible Duplicate:  Problem with shared ssh keys   I have set up pub key authentication between two servers. Everything should work, but I am still asked for the password. Here’s parts of my sshd config file, which I didn’t alter after setting up the system. RSAAuthentication yesPubkeyAuthentication yesAuthorizedKeysFile      %h/.ssh/authorized_keys The authorized key file exists

SSH asks for password, even with public key installed Read More »

Scroll to Top