diff options
-rw-r--r-- | XMonad/Prompt/Ssh.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad/Prompt/Ssh.hs b/XMonad/Prompt/Ssh.hs index 4ac44c2..47ba168 100644 --- a/XMonad/Prompt/Ssh.hs +++ b/XMonad/Prompt/Ssh.hs @@ -39,6 +39,9 @@ import Data.Maybe -- -- > , ((modMask x .|. controlMask, xK_s), sshPrompt defaultXPConfig) -- +-- Keep in mind, that if you want to use the completion you have to +-- disable the "HashKnownHosts" option in your ssh_config +-- -- For detailed instruction on editing the key binding see -- "XMonad.Doc.Extending#Editing_key_bindings". |