sshkeyauth 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/ssh/key/verifier.rb +1 -1
  2. metadata +2 -2
@@ -163,7 +163,7 @@ module SSH; module Key; class Verifier
163
163
  end
164
164
 
165
165
  # If relative path, use the homedir.
166
- if authorized_keys_file.start_with?("/")
166
+ if !authorized_keys_file.start_with?("/")
167
167
  if account_info == nil
168
168
  @logger.warn("No homedirectory for #{@account} and authorized_keys path is relative, skipping authorized_keys")
169
169
  return nil
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jordan Sissel