mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-30 03:21:34 -04:00
Got the first RPC commands working now and tested with python library.
* Switched from BASE => CORE in proto files. * finished first RPC call to list peers. * return "NO_IMPL_YET" for other peer fns (Not Implemented Yet) * Added SystemStatus RPC call too. * Disable Verbose SSH logging - so we can see debug better. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5469 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
51fc0c59fe
commit
c8350ad011
12 changed files with 2914 additions and 539 deletions
|
@ -77,7 +77,7 @@ int RsSshd::init(std::string pathrsakey)
|
|||
//ssh_bind_options_set(mBind, SSH_BIND_OPTIONS_DSAKEY, arg);
|
||||
//ssh_bind_options_set(mBind, SSH_BIND_OPTIONS_HOSTKEY, arg);
|
||||
ssh_bind_options_set(mBind, SSH_BIND_OPTIONS_RSAKEY, pathrsakey.c_str());
|
||||
ssh_bind_options_set(mBind, SSH_BIND_OPTIONS_LOG_VERBOSITY_STR, "3");
|
||||
//ssh_bind_options_set(mBind, SSH_BIND_OPTIONS_LOG_VERBOSITY_STR, "3");
|
||||
|
||||
mState = RSSSHD_STATE_INIT_OK;
|
||||
mBindState = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue