Fix git apply -p value
parent
cea619aab1
commit
aac4a28985
|
@ -16,7 +16,7 @@ additional code paths to be followed.
|
||||||
|
|
||||||
1. `git clone git://git.libssh.org/projects/libssh.git`
|
1. `git clone git://git.libssh.org/projects/libssh.git`
|
||||||
2. `cd libssh` and `git checkout libssh-0.8.3`
|
2. `cd libssh` and `git checkout libssh-0.8.3`
|
||||||
3. `git apply -p0 /path/to/metasploit-framework/external/source/libssh/ssh_server_fork.patch`
|
3. `git apply -p1 /path/to/metasploit-framework/external/source/libssh/ssh_server_fork.patch`
|
||||||
4. Follow the steps in `INSTALL` to build libssh
|
4. Follow the steps in `INSTALL` to build libssh
|
||||||
5. Run `build/examples/ssh_server_fork` (I like to `strace` it)
|
5. Run `build/examples/ssh_server_fork` (I like to `strace` it)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue