Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.
SEE ALSO
     scp(1), sftp(1), ssh-add(1), ssh-agent(1), ssh-argv0(1), ssh-keygen(1), ssh-keyscan(1), ssh-vulnkey(1), tun(4),
     hosts.equiv(5), ssh_config(5), ssh-keysign(8), sshd(8)

I want know how to page ssh-keygen(1) . Which hotkey that i must use .

share|improve this question

migrated from stackoverflow.com May 30 '11 at 14:26

2 Answers

up vote 3 down vote accepted

man being piped through less has no way to generate much less follow any such links. You will need to invoke man 1 ssh-keygen yourself.

share|improve this answer

Install the man2html package. Use hman to view man pages, e.g. hman hman.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.