我目前正接受调查,并以某种方式找到一种方法来“自定义”(进行重新身份验证,常量,消息等的修改)OpenSSH,身为“基于网络的”家伙,我真的不知道从哪里开始。因此,评论受到高度赞赏。

问题:


我从here下载了最新的快照,我相信这是我应该“自定义”的代码,对吗?
作为确认:我可以在Windows中“自定义”这些代码吗?
OpenSSH是我需要从要编写的代码中外部调用的“库”还是我需要编辑的“程序”本身?


很抱歉提出这个笨拙的问题,但我只需要对此提供专家意见。谢谢。

最佳答案

首先,您要进行哪种定制,请清楚。

1.I downloaded the latest snapshot from here, I believe this is the code I am supposed to "customize" right?


所以最新的代码在这里http://openbsd.org.ar/pub/OpenBSD/OpenSSH/portable/openssh-6.4p1.tar.gz

2.For confirmation: Can I "customize" these codes in Windows?


您可以,但是在Linux中编译很容易,因此请在任何Linux机器上修改和编译代码,请参考此链接以编译和配置openSSH http://www.linuxfromscratch.org/blfs/view/svn/postlfs/openssh.html

3.Is OpenSSH a "library" that I need to call externally from codes I'll be writing or the "program" itself that I need to edit?


OpenSSH不是它的ssh服务器和在Linux上运行的客户端程序的库。

关于c - 自定义OpenSSH,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/21155282/

10-13 07:44