-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
1,101 additions
and
1,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/ash | ||
|
||
# generate host keys if not present | ||
ssh-keygen -A | ||
|
||
# do not detach (-D), log to stderr (-e), passthrough other arguments | ||
exec /usr/sbin/sshd -D -e "$@" |
104 changes: 0 additions & 104 deletions
104
src/itest/groovy/com/hierynomus/sshj/IntegrationSpec.groovy
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/itest/groovy/com/hierynomus/sshj/IntegrationTestUtil.groovy
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
src/itest/groovy/com/hierynomus/sshj/ManyChannelsSpec.groovy
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.