/
SSH for Windows with Putty Mini-HowTo
SSH for Windows with Putty Mini-HowTo
- Install Putty.
- Generate a SSH2 public key or import your existing key to Putty (there's a lot of HowTos in the Web) (usually your key needs to be OpenSSH compatible).
- If you generated a key, export the public part in OpenSSH's format and have it integrated in the server's
~/.ssh/authorized_keys
- Double klick your private key, i.e. the *.ppk file, this starts
pageant
and load your intpageant
's memory. - Use putty to open an SSH2 connection to connect to the server. This should work without password interaction, but you may be asked to accept (and save) the server's public key.
- Most SSH aware tools for Windows can use either the key or
pageant
From: IBCL BLog.
Originally posted: 2010-07-23
, multiple selections available,
Related content
Re-attachable shell for long-running tasks on remote host: tmux
Re-attachable shell for long-running tasks on remote host: tmux
More like this
SSH-Tunneling hints
SSH-Tunneling hints
More like this
Remoting Home
Remoting Home
More like this
org.clazzes.login.kerberos
org.clazzes.login.kerberos
More like this
DomainPasswordLoginService implementations and backends
DomainPasswordLoginService implementations and backends
More like this