Results 1 to 3 of 3
Hi,
How do I create an SSH key (for password-less login) that does not expire? I have been using ssh-keygen but can't find a switch to set the expiry.
If ...
- 09-24-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 46
SSH key expiration
Hi,
How do I create an SSH key (for password-less login) that does not expire? I have been using ssh-keygen but can't find a switch to set the expiry.
If I can't set one that doesn't expire, how do I at least change the duration before the key expires?
Thanks.
- 09-24-2005 #2
Don't hold me to it, but I believe you can edit /etc/ssh/sshd_config to allow for passwordless login. Having said that, this is an extremely unwise thing to do if your box is accessible from the net.
- 09-25-2005 #3
The keys created with ssh-keygen should not expire.


Reply With Quote
