WinSCP Putty
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*外部エディタ(Sakura Editor)改行コードの自動変更を止め...
http://dbinfo.sakura.ne.jp/?contents_id=200
[winscp]改行コードが変わらないようにするには
winscpを使ってファイルアップロード、ダウンロードする時に...
[オプション]→[環境設定]→[転送]で転送モードを「バイナリ」
に設定します。
また、winscp内でファイルを開いた時にも改行コードが自動変...
[オプション]→[環境設定]→[エディタ]→[任意のエディタを選択...
* WinSCP Putty [#ef3a8043]
** Putty 設定変更 保存の注意点 [#y11aa8bd]
&ref(Putty_Setting.PNG);
Putty の設定を変更した場合、「適用」をクリックせずに左側...
----
【日本語版Putty】https://www.ranvis.com/putty
https://www.gadgets-today.net/?p=7562
*WinSCP で鍵交換接続 [#r6ab01ca]
[[WinSCP で SSH 秘密鍵を使ったサーバへの接続方法:https://...
*交換鍵をPuttygen で生成する [#ve454696]
[[Putty でSSHキーペアを作成する:https://qiita.com/evakich...
[[WinSCPを使って公開鍵認証でログインする方法(PuTTYgenで...
[[鍵交換方式でSSHログインする:https://pc.casey.jp/archive...
[[暗号スイートの暗号強度と、公開鍵のビット数の設定:https:...
[[[FreeBSD 13.1] ssh サーバの認証方式をパスワード認証から...
サーバへアップロードした putty 形式の公開鍵は
$ ssh-keygen -i -f putty.pub > putty.ssh.pub
といった感じで変換すればOK。
/etc/ssh/sshd_config
PubkeyAuthentication yes
PasswordAuthentication no
KbdInteractiveAuthentication no
** Debian/Ubuntu 系 [#o05fcc9f]
/etc/ssh/sshdcconfig に
Include /etc/ssh/sshd_config.d/*.conf
の一行があるので、変更点は /etc/ssh/sshd_conf.d/*.conf に...
/etc/ssh/sshd_config.d/sshd_no_pw.conf
PubkeyAuthentication yes
PasswordAuthentication no
KbdInteractiveAuthentication no
【参考URL】[[自分流 OpenSSH サーバのセットアップ方法:http...
----
[[SSH の秘密鍵のパスフレーズを変更・削除する方法:https://...
コマンド ssh-keygen -p -f [秘密鍵ファイル] を使え~
[[PuTTYgenでppkからpemに変換する方法:https://confrage.jp/...
puttygen で、PPKをロード。Conversion で、「Export OpenSSH...
**bad ownership or modes for directory [#m4d526bc]
というログがのこっていて、秘密鍵認証がとおらない。~
[[sshで秘密鍵を利用したログインができない。「Authenticati...
ログイン先のディレクトリが モードが 775 だったのが原因。...
----
**Pageant を使用して PuTTY で SSH キー認証を簡素化する方...
https://ja.linux-console.net/?p=5276#gsc.tab=0
***Pageant の起動時にキーを自動的にロードする [#g32eb3f1]
ショートカット] タブから、[ターゲット] フィールドを編集し...
"C:\Program Files\PuTTY\pageant.exe" C:\key1.ppk C:\key2....
[適用] をクリックしてから [OK] ボタンをクリックします。
注: キーが暗号化されている場合、Pageant は起動時にパスフ...
***さらにその後WinSCPを起動する。 [#c4a6b9f5]
「-c オプション」を前に付けて、二重引用符で囲んで、Target...
"C:\Program Files\PuTTY\pageant.exe" C:\key1.ppk C:\key2....
----
** サーバ間での slogin で、Permission denied (publickey)....
hoge@hotshot:~:23_08_31:9:14 # slogin www.smb.net
hoge@www.smb.net: Permission denied (publickey).
[[Permission denied (publickey) の 対処方法はだいたいこれ...
$ ssh -vT www.smb.net
して、
debug1: Will attempt key: /root/.ssh/id_rsa RSA SHA256:t...
debug1: Will attempt key: /root/.ssh/id_ecdsa
debug1: Will attempt key: /root/.ssh/id_ecdsa_sk
debug1: Will attempt key: /root/.ssh/id_ed25519
debug1: Will attempt key: /root/.ssh/id_ed25519_sk
debug1: Will attempt key: /root/.ssh/id_xmss
debug1: Will attempt key: /root/.ssh/id_dsa
debug1: SSH2_MSG_EXT_INFO received
あたりのキー表示から、接続先の「authorized_keys」にペアー...
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*外部エディタ(Sakura Editor)改行コードの自動変更を止め...
http://dbinfo.sakura.ne.jp/?contents_id=200
[winscp]改行コードが変わらないようにするには
winscpを使ってファイルアップロード、ダウンロードする時に...
[オプション]→[環境設定]→[転送]で転送モードを「バイナリ」
に設定します。
また、winscp内でファイルを開いた時にも改行コードが自動変...
[オプション]→[環境設定]→[エディタ]→[任意のエディタを選択...
* WinSCP Putty [#ef3a8043]
** Putty 設定変更 保存の注意点 [#y11aa8bd]
&ref(Putty_Setting.PNG);
Putty の設定を変更した場合、「適用」をクリックせずに左側...
----
【日本語版Putty】https://www.ranvis.com/putty
https://www.gadgets-today.net/?p=7562
*WinSCP で鍵交換接続 [#r6ab01ca]
[[WinSCP で SSH 秘密鍵を使ったサーバへの接続方法:https://...
*交換鍵をPuttygen で生成する [#ve454696]
[[Putty でSSHキーペアを作成する:https://qiita.com/evakich...
[[WinSCPを使って公開鍵認証でログインする方法(PuTTYgenで...
[[鍵交換方式でSSHログインする:https://pc.casey.jp/archive...
[[暗号スイートの暗号強度と、公開鍵のビット数の設定:https:...
[[[FreeBSD 13.1] ssh サーバの認証方式をパスワード認証から...
サーバへアップロードした putty 形式の公開鍵は
$ ssh-keygen -i -f putty.pub > putty.ssh.pub
といった感じで変換すればOK。
/etc/ssh/sshd_config
PubkeyAuthentication yes
PasswordAuthentication no
KbdInteractiveAuthentication no
** Debian/Ubuntu 系 [#o05fcc9f]
/etc/ssh/sshdcconfig に
Include /etc/ssh/sshd_config.d/*.conf
の一行があるので、変更点は /etc/ssh/sshd_conf.d/*.conf に...
/etc/ssh/sshd_config.d/sshd_no_pw.conf
PubkeyAuthentication yes
PasswordAuthentication no
KbdInteractiveAuthentication no
【参考URL】[[自分流 OpenSSH サーバのセットアップ方法:http...
----
[[SSH の秘密鍵のパスフレーズを変更・削除する方法:https://...
コマンド ssh-keygen -p -f [秘密鍵ファイル] を使え~
[[PuTTYgenでppkからpemに変換する方法:https://confrage.jp/...
puttygen で、PPKをロード。Conversion で、「Export OpenSSH...
**bad ownership or modes for directory [#m4d526bc]
というログがのこっていて、秘密鍵認証がとおらない。~
[[sshで秘密鍵を利用したログインができない。「Authenticati...
ログイン先のディレクトリが モードが 775 だったのが原因。...
----
**Pageant を使用して PuTTY で SSH キー認証を簡素化する方...
https://ja.linux-console.net/?p=5276#gsc.tab=0
***Pageant の起動時にキーを自動的にロードする [#g32eb3f1]
ショートカット] タブから、[ターゲット] フィールドを編集し...
"C:\Program Files\PuTTY\pageant.exe" C:\key1.ppk C:\key2....
[適用] をクリックしてから [OK] ボタンをクリックします。
注: キーが暗号化されている場合、Pageant は起動時にパスフ...
***さらにその後WinSCPを起動する。 [#c4a6b9f5]
「-c オプション」を前に付けて、二重引用符で囲んで、Target...
"C:\Program Files\PuTTY\pageant.exe" C:\key1.ppk C:\key2....
----
** サーバ間での slogin で、Permission denied (publickey)....
hoge@hotshot:~:23_08_31:9:14 # slogin www.smb.net
hoge@www.smb.net: Permission denied (publickey).
[[Permission denied (publickey) の 対処方法はだいたいこれ...
$ ssh -vT www.smb.net
して、
debug1: Will attempt key: /root/.ssh/id_rsa RSA SHA256:t...
debug1: Will attempt key: /root/.ssh/id_ecdsa
debug1: Will attempt key: /root/.ssh/id_ecdsa_sk
debug1: Will attempt key: /root/.ssh/id_ed25519
debug1: Will attempt key: /root/.ssh/id_ed25519_sk
debug1: Will attempt key: /root/.ssh/id_xmss
debug1: Will attempt key: /root/.ssh/id_dsa
debug1: SSH2_MSG_EXT_INFO received
あたりのキー表示から、接続先の「authorized_keys」にペアー...
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: