因為 .NET Core 的發展,從 Windows 轉換到 Linux 朋友愈來愈多了,推薦一個我長期以來一直在使用的管理工具 - MobaXterm,它支援多種遠端登入的協定,有免費版,而付費版的也不貴,內建的工具很多,我用到的算少。
--
Sftp:直接上傳/下載遠端主機的檔案,而且內建的文字編輯器會直接下載並且打開遠端主機上的檔案,修改完畢還會問你要不要覆蓋遠端主機上的檔案,這個工具讓我脫離了 vi 的掌控。
--
SSH key generator:其實它就是 PuTTYgen,MobaXterm 把它給包進來。
--
Remote Monitoring:即時監控遠端主機的一些硬體數據
--
Marcos:腳本錄製,它會將我們對遠端主機所輸入的鍵盤動作錄製下來。
其他還有很多工具,就請各位朋友自行發掘了,發掘到什麼好用的工具也請不吝分享給我,感謝。
https://mobaxterm.mobatek.net/
「ssh key generator」的推薦目錄:
- 關於ssh key generator 在 軟體廚房 Facebook 的最佳解答
- 關於ssh key generator 在 Generating a new SSH key and adding it to the ssh-agent 的評價
- 關於ssh key generator 在 Generate a Secure Shell (SSH) key pair for an SFTP dropbox 的評價
- 關於ssh key generator 在 Generating SSH-KEYGEN automatically and copying it from ... 的評價
- 關於ssh key generator 在 Generating SSH keys - User Documentation 的評價
ssh key generator 在 Generate a Secure Shell (SSH) key pair for an SFTP dropbox 的推薦與評價
SSH is a network protocol that ensures secure data transfer. SSH authenticates you using public-key cryptography. You create a pair of keys: a private key that ... ... <看更多>
ssh key generator 在 Generating a new SSH key and adding it to the ssh-agent 的推薦與評價
Generating a new SSH key · Open TerminalTerminalGit Bash. · Paste the text below, substituting in your GitHub email address. $ ssh-keygen -t ed25519 -C " ... ... <看更多>
相關內容