コマンド

コマンド

Putty の鍵ファイル .ppk ファイルをLinux用に変換

# yum install -y putty$ puttygen from_putty_key.ppk -O private-openssh -o ~/.ssh/to_putty_key_forlinux_rsa
コマンド

パーミッション一括変更コマンド find -type d

■ディレクトリ一括変更find -type d -exec chmod 700 {} \;■ファイル一括変更find -type f -exec chmod 600 {} \;
コマンド

lftp コマンド 「Certificate verification: certificate common name doesn’t match requested host name」 エラー対処方法

set ssl:check-hostname noset ssl:verify-certificate no