コマンドPutty の鍵ファイル .ppk ファイルをLinux用に変換 # yum install -y putty$ puttygen from_putty_key.ppk -O private-openssh -o ~/.ssh/to_putty_key_forlinux_rsa 2020.03.23コマンドサーバー
コマンドパーミッション一括変更コマンド find -type d ■ディレクトリ一括変更find -type d -exec chmod 700 {} \;■ファイル一括変更find -type f -exec chmod 600 {} \; 2020.03.22コマンドサーバー
コマンドlftp コマンド 「Certificate verification: certificate common name doesn’t match requested host name」 エラー対処方法 set ssl:check-hostname noset ssl:verify-certificate no 2020.03.22コマンドサーバー