![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SFTP & Passphrase('s) | Cameron | Shell Programming and Scripting | 4 | 05-27-2008 05:51 AM |
| creating passphrase file | ansori | SUN Solaris | 6 | 09-30-2007 04:12 AM |
| SSH passphrase and Password | jOOc | SUN Solaris | 3 | 05-16-2007 10:29 AM |
| passphrase and ssh authentication | Minguccio75 | UNIX for Advanced & Expert Users | 1 | 01-19-2007 04:27 AM |
| How to change Openssh passphrase | soliberus | SUN Solaris | 1 | 10-22-2004 08:47 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I've installed Openssh on my Linux AS3 server. I created the public/private keys and now I want to change the passphrase, but I don't know how to. Can anyone please help me out.
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You can change your SSH Passphrase at any time with:
ssh-keygen -p You will be asked for the FIlename of your key and your old Passphrase. Then you can enter a new Passphrase. I donīt think so but mabye you have to reload your SSH Daemon. (/etc/init.d/sshd reload) Hope this helps, networkfre@k |
|
#3
|
|||
|
|||
|
Thanks
Cheers Networkfre@k, it worked.
|
|||
| Google The UNIX and Linux Forums |