Tag: option
-
List folders with a slash
Option for ls command to list directories with and ending slash. Just to visualize directories in a different way. ls -p
-
Ignore Ssh host key
Sometimes when you connect to a ssh server whois host key has changed, ssh client warns you about it. If you want to ignore that advice use StictHostkeyChecking no option. ssh -o ‘StrictHostKeyChecking no’ [email protected]