SSH Daemon Project
public
Read
Owner: themaster
Branch: main
Commits: 2
Updated: 2026-04-19 00:20
Git CLI clone URL
git clone https://www.xt-emporium.com/git/ssh-daemon-project.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
ssh-daemon-project
/
src
/
signkey_ossh.h
File editor
#ifndef DROPBEAR_SIGNKEY_OSSH_H_ #define DROPBEAR_SIGNKEY_OSSH_H_ #include "signkey.h" /* Helpers for OpenSSH format keys in dropbearconvert */ void buf_put_rsa_priv_ossh(buffer *buf, const sign_key *akey); int buf_get_rsa_priv_ossh(buffer *buf, sign_key *akey); void buf_put_ed25519_priv_ossh(buffer *buf, const sign_key *akey); int buf_get_ed25519_priv_ossh(buffer *buf, sign_key *akey); void buf_put_ecdsa_priv_ossh(buffer *buf, const sign_key *akey); int buf_get_ecdsa_priv_ossh(buffer *buf, sign_key *akey); #endif /* DROPBEAR_SIGNKEY_OSSH_H_ */
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
main
Visibility
public
Your access
Read
Remote
None
File activity
View file history