To see debug lines of ssh session login, use below command:
#ssh -v <IP>
SSH session toggle between remotehost and localhost:
Localhost$ ssh remotehost
Remotehost$ ~^Z [suspend ssh]
[1]+ Stopped ssh <IP>
Localhost$ fg %1
Remotehost$
#ssh -v <IP>
SSH session toggle between remotehost and localhost:
Localhost$ ssh remotehost
Remotehost$ ~^Z [suspend ssh]
[1]+ Stopped ssh <IP>
Localhost$ fg %1
Remotehost$
No comments:
Post a Comment