hierynomus / sshj

ssh, scp and sftp for java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullPointerException on `OpenSSHKeyV1KeyFile.java`

134130 opened this issue · comments

java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "line" is null

reader.readLine()

A String containing the contents of the line, not including any line-termination characters, or null if the end of the stream has been reached without reading any characters

PR for this has been merged in #898