veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.55k stars 46 forks source link

[Feature Request] - Import config from `~/.ssh/config` #130

Closed sayanarijit closed 1 year ago

sayanarijit commented 1 year ago

Description

SSH config contain configuration of frequently accessed ssh connections, it can be parsed to set the default config for termscp.

Changes

The following changes to the application are expected

Implementation

There's no need to support every edge case. Implementation can be done based on priority as set by the community.

veeso commented 1 year ago

ssh config is already supported, but you need to specify the configuration file from termscp configuration

sayanarijit commented 1 year ago

I see, nice. However, I think defaulting to $HOME/.ssh/config would be nicer.