Examples of using Ssh-agent in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
See ssh-agent(1) for details.
Press^D to terminating ssh-agent session.
To use ssh-agent in a shell, start it with a shell as an argument.
Remove all keys from the knowledge of ssh-agent: ssh-add-D.
Ssh-agent is a useful utility to manage private keys and their passphrases.
This allows to use a single instace of ssh-agent per user on a machine.
Everyone who is able to connect to this socket also has access to the ssh-agent.
This provides the ssh-agent services to all programs launched in Xorg.
For the X server,the normal Debian startup script executes ssh-agent as the parent process.
Authentication is handled by ssh-agent, using the private keys that are loaded into it.
Ssh-agent can be used to launch another application like a shell or a window manager.
Third-party open-source implementations of ssh-agent were available previously.
If you want to use ssh-agent(1), make sure that you run it before running other applications.
It prompts for the private key's pass phrase, andthen stores it in the authentication agent ssh-agent 1.
On the OS X operating system, ssh-agent has been integrated since Leopard, version 10.5 in 2007.
To load SSH keys into memory and remove the need to type the passphrase each time,use ssh-agent(1) and ssh-add 1.
In effect after the first start ssh-agent creates a permanent socket allowing the communication with ssh.
For this, you simply use ssh-add(once per work session)provided that the session is already associated with a functional instance of ssh-agent.
Fortunately, ssh-agent allows us to keep private keys in memory to not have to regularly re-enter the password.
If you do not wish to type your password in every time you use ssh(1), andyou use keys to authenticate, ssh-agent(1) is there for your convenience.
The session service starts ssh-agent(1) and preloads it with the keys that were decrypted in the authentication phase.
Normally if you are using& ssh; to download the& subversion; sources(such as if you are using the svn+ssh protocol),& kdesvn-build; will try andmake sure that if you are using ssh-agent, it is actually managing some& ssh; identities. This is to try and prevent& ssh; from asking for your pass phrase for every module. You can disable this check by setting disable-agent-check to true.
You can use ssh-agent(1) and ssh-add(1) to type your passphrase only once for all uses of a specific key in a session.
Eval'ssh-agent-c' When a private key is first needed, you are prompted for its passphrase and ssh-agent remembers the key.