代码搜索:ssh
找到约 2,065 项符合「ssh」的源代码
代码结果 2,065
www.eeworm.com/read/441132/7675432
c scp.c
/*
* scp - secure remote copy. This is basically patched BSD rcp which
* uses ssh to do the data transfer (instead of using rcmd).
*
* NOTE: This version should NOT be suid root. (This uses ssh
www.eeworm.com/read/225994/14505492
c scp.c
/*
* scp - secure remote copy. This is basically patched BSD rcp which
* uses ssh to do the data transfer (instead of using rcmd).
*
* NOTE: This version should NOT be suid root. (This uses ssh
www.eeworm.com/read/250396/4431097
readme
Add the line contained in 'key.pub' file to the end of '~/.ssh/authorized_keys' file on a server side.
Use 'key' file as a private key file for the SSH demo program.