我现在被指派去调查,并找到一种方法来“定制”(修改,重新认证,常量,消息等) OpenSSH,并且我是一个“基于网络的”人,我真的不知道从哪里开始。因此,评论是非常感谢的。
问题:
很抱歉提出这些粗俗的问题,但我只需要专家对此发表意见。谢谢。
发布于 2014-01-16 08:31:48
首先,所有您想要的定制类型,请明确。
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不是库,它是运行在linux上的ssh服务器和客户端程序。
https://stackoverflow.com/questions/21155282
复制相似问题