I have been learning how to use the paramiko package only to discover that all I stored passwords in plain text in IPython\'s %hist. Not so good.>
paramiko
%hist
One solution would be:
sqlite ~/.ipython/profile_default/history.sqlite delete from history where source like '%password =%';