Friday, August 10, 2012

linux: zip with password

to create a zip file with password from the shell, use -p <password> option

# zip -p <password> -r <zip file> <file/s to zip>

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...