diff --git a/docs/man/bssh-keygen.1 b/docs/man/bssh-keygen.1 index 94474eee..cb666a6e 100644 --- a/docs/man/bssh-keygen.1 +++ b/docs/man/bssh-keygen.1 @@ -221,12 +221,6 @@ Successful key generation. .B 1 Error occurred (invalid options, write failure, etc.) -.SH SEE ALSO -.BR bssh (1), -.BR bssh-server (8), -.BR ssh-keygen (1), -.BR ssh (1) - .SH COMPATIBILITY Keys generated by bssh-keygen are fully compatible with OpenSSH and can be used with: .IP \(bu 2 @@ -242,4 +236,22 @@ Any SSH implementation supporting OpenSSH key formats Report bugs at https://github.com/lablup/bssh/issues .SH AUTHORS -Lablup Inc. +Written by Jeongkyu Shin and the Lablup team. +.br +Developed and maintained by Lablup Inc. as part of the Backend.AI project. + +.SH COPYRIGHT +Copyright (C) 2025 Lablup Inc. and Jeongkyu Shin. +.br +License: Apache-2.0 +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +.SH SEE ALSO +.BR bssh (1), +.BR bssh-server (8), +.BR ssh-keygen (1), +.BR ssh (1) + +Project homepage: https://github.com/lablup/bssh diff --git a/docs/man/bssh-server.8 b/docs/man/bssh-server.8 index 5fad9a9d..f6b1fc6e 100644 --- a/docs/man/bssh-server.8 +++ b/docs/man/bssh-server.8 @@ -280,14 +280,26 @@ Successful operation. .B 1 Error occurred (configuration error, runtime error, etc.) +.SH BUGS +Report bugs at https://github.com/lablup/bssh/issues + +.SH AUTHORS +Written by Jeongkyu Shin and the Lablup team. +.br +Developed and maintained by Lablup Inc. as part of the Backend.AI project. + +.SH COPYRIGHT +Copyright (C) 2025 Lablup Inc. and Jeongkyu Shin. +.br +License: Apache-2.0 +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + .SH SEE ALSO .BR bssh (1), .BR bssh-keygen (1), .BR sshd (8), .BR ssh (1) -.SH BUGS -Report bugs at https://github.com/lablup/bssh/issues - -.SH AUTHORS -Lablup Inc. +Project homepage: https://github.com/lablup/bssh diff --git a/docs/man/bssh.1 b/docs/man/bssh.1 index 9a42f3d1..43b3358a 100644 --- a/docs/man/bssh.1 +++ b/docs/man/bssh.1 @@ -1844,26 +1844,6 @@ Backend.AI node role (main/sub) SSH agent socket path. When set, bssh can automatically detect and use the SSH agent for authentication without specifying the -A flag -.SH AUTHOR -Written by Jeongkyu Shin and the Lablup team. -.br -Developed and maintained as part of the Backend.AI project. - -.SH REPORTING BUGS -Report bugs to: https://github.com/lablup/bssh/issues - -.SH COPYRIGHT -Copyright � 2025 Lablup Inc. and Jeongkyu Shin -.br -Licensed under the Apache License, Version 2.0 - -.SH SEE ALSO -.BR ssh (1), -.BR scp (1), -.BR sftp (1), -.BR ssh-agent (1), -.BR ssh-keygen (1) - .SH NOTES .SS Breaking Changes (v0.5.3+) .TP @@ -1928,6 +1908,29 @@ File transfers use SFTP protocol which provides secure and reliable transfers. The parallel transfer capability allows simultaneous uploads/downloads to multiple nodes, significantly reducing total transfer time for cluster-wide file distribution or collection. -For more information and documentation, visit: +.SH REPORTING BUGS +Report bugs to: https://github.com/lablup/bssh/issues + +.SH AUTHORS +Written by Jeongkyu Shin and the Lablup team. +.br +Developed and maintained as part of the Backend.AI project. + +.SH COPYRIGHT +Copyright (C) 2025 Lablup Inc. and Jeongkyu Shin. +.br +License: Apache-2.0 .br -https://github.com/lablup/bssh \ No newline at end of file +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +.SH SEE ALSO +.BR ssh (1), +.BR scp (1), +.BR sftp (1), +.BR ssh-agent (1), +.BR ssh-keygen (1), +.BR bssh-keygen (1), +.BR bssh-server (8) + +Project homepage: https://github.com/lablup/bssh \ No newline at end of file