sign in
|
add example
|
see also:
ssh
,
moduli
,
sshd
ssh-keygen
authentication key generation, management and conversion
[
package
|
man 1
|
wiki
|
homepage
]
examples
configs
questions
[
new example
]
copy
20
1
scp id_rsa.pub user@192.168.1.15:~/.ssh/authorized_keys
Copy your public key to remote computer using scp to enable remote login
scp
ssh-keygen
2 years, 5 months ago
examplenow
1 |
details
|
copy
9
1
to generate a key type ssh-keygen
ssh-keygen
just type ssh-keygen, u can also use "-t rsa" etc...
ssh-keygen
8 months ago
george
3 |
copy
5
0
ssh-keygen -s /path/to/ca_key -I key_id -h /path/to/host_key.pub
ssh-keygen
source
|
details
|
copy
3
0
ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub
ssh-keygen
source
|
details
|
copy
1
0
ssh-keygen -s /path/to/ca_key -I key_id /path/to/user_key.pub
ssh-keygen
source
|
details
|
[
new config
]
[
ask question
]
5
How do i generate ssh keys
What is the easiest way to generate ssh keys?
ssh-keygen
ssh
1 year, 1 month ago
spids82
0